summaryrefslogtreecommitdiffstats
path: root/controller
diff options
context:
space:
mode:
Diffstat (limited to 'controller')
-rw-r--r--controller/itemcontroller.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/controller/itemcontroller.php b/controller/itemcontroller.php
index 23509fec2..c911fa3c6 100644
--- a/controller/itemcontroller.php
+++ b/controller/itemcontroller.php
@@ -168,6 +168,7 @@ class ItemController extends Controller {
$highestItemId = (int) $this->params('highestItemId');
$this->itemBl->readFeed($feedId, $highestItemId, $userId);
+ return $this->renderJSON();
}