summaryrefslogtreecommitdiffstats
path: root/ajax/updatefeed.php
diff options
context:
space:
mode:
Diffstat (limited to 'ajax/updatefeed.php')
-rw-r--r--ajax/updatefeed.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/ajax/updatefeed.php b/ajax/updatefeed.php
index 5c981f38d..19542fa6d 100644
--- a/ajax/updatefeed.php
+++ b/ajax/updatefeed.php
@@ -41,7 +41,7 @@ if(!$newfeedid) {
else {
$itemmapper = new OCA\News\ItemMapper($userid);
$unreadcounter = $itemmapper->countAllStatus($newfeedid, OCA\News\StatusFlag::UNREAD);
-
+
OCP\JSON::success(array('data' => array('message' => $l->t('Feed updated!'), 'unreadcount' => $unreadcounter)));
exit();
}