aboutsummaryrefslogtreecommitdiff
path: root/lib/lib_opml.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/lib_opml.php')
-rw-r--r--lib/lib_opml.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/lib_opml.php b/lib/lib_opml.php
index a3af54596..b89e92977 100644
--- a/lib/lib_opml.php
+++ b/lib/lib_opml.php
@@ -128,7 +128,7 @@ function libopml_parse_outline($outline_xml, $strict = true) {
* the OPML 2.0 category attribute is used
*/
function preprocessing_categories($doc) {
- $outline_categories = [];
+ $outline_categories = array();
$body = $doc->getElementsByTagName('body')->item(0);
$xpath = new DOMXpath($doc);
$outlines = $xpath->query('/opml/body/outline[@category]');