summaryrefslogtreecommitdiffstats
path: root/controller/feedcontroller.php
diff options
context:
space:
mode:
Diffstat (limited to 'controller/feedcontroller.php')
-rw-r--r--controller/feedcontroller.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/controller/feedcontroller.php b/controller/feedcontroller.php
index 4f7233b9f..62af79197 100644
--- a/controller/feedcontroller.php
+++ b/controller/feedcontroller.php
@@ -117,7 +117,7 @@ class FeedController extends Controller {
$this->feedBl->delete($feedId, $userId);
- return $this->renderJSON(array());
+ return $this->renderJSON();
}
@@ -152,7 +152,7 @@ class FeedController extends Controller {
$this->feedBl->move($feedId, $parentFolderId, $userId);
- return $this->renderJSON(array());
+ return $this->renderJSON();
}