summaryrefslogtreecommitdiffstats
path: root/ajax/importopml.php
diff options
context:
space:
mode:
Diffstat (limited to 'ajax/importopml.php')
-rw-r--r--ajax/importopml.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/ajax/importopml.php b/ajax/importopml.php
index c339e3f31..0a695172c 100644
--- a/ajax/importopml.php
+++ b/ajax/importopml.php
@@ -116,4 +116,3 @@ $countsuccess = importList($data, 0);
OCP\JSON::success(array('data' => array('title'=>$parsed->getTitle(), 'count'=>$parsed->getCount(),
'countsuccess'=>$countsuccess)));
-