summaryrefslogtreecommitdiffstats
path: root/ajax/exportopml.php
diff options
context:
space:
mode:
Diffstat (limited to 'ajax/exportopml.php')
-rw-r--r--ajax/exportopml.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/ajax/exportopml.php b/ajax/exportopml.php
index 7911a4db9..95558a5b4 100644
--- a/ajax/exportopml.php
+++ b/ajax/exportopml.php
@@ -27,7 +27,7 @@ if(!isset($_POST['path'])) {
bailOut($l->t('No file path was submitted.'));
}
-require_once('news/opmlparser.php');
+require_once 'news/opmlparser.php';
$raw = file_get_contents($_POST['path']);