summaryrefslogtreecommitdiffstats
path: root/ajax
diff options
context:
space:
mode:
Diffstat (limited to 'ajax')
-rw-r--r--ajax/feedlist.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/ajax/feedlist.php b/ajax/feedlist.php
index 92d1e0f20..ac7c1563f 100644
--- a/ajax/feedlist.php
+++ b/ajax/feedlist.php
@@ -24,6 +24,7 @@ $l = OC_L10N::get('news');
if($feeds == null) {
OCP\JSON::error(array('data' => array('message' => $l->t('Error adding folder.'))));
+// FIXME undefinded index feedurl
OCP\Util::writeLog('news','ajax/feedlist.php: Error updating feeds: '.$_POST['feedurl'], OCP\Util::ERROR);
exit();
}