summaryrefslogtreecommitdiffstats
path: root/ajax/importopml.php
diff options
context:
space:
mode:
Diffstat (limited to 'ajax/importopml.php')
-rw-r--r--ajax/importopml.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/ajax/importopml.php b/ajax/importopml.php
index 80196d176..c339e3f31 100644
--- a/ajax/importopml.php
+++ b/ajax/importopml.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']);