summaryrefslogtreecommitdiffstats
path: root/controller/feedcontroller.php
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2013-03-21 23:07:03 +0100
committerBernhard Posselt <nukeawhale@gmail.com>2013-03-21 23:07:03 +0100
commitb6adabf245fb2e32763dda43a54270eef11d3411 (patch)
tree1169c16521c05278789e22e70f88141f99d1e44d /controller/feedcontroller.php
parent7ed948b19b3e705dba95bef7d4b2a8630f342e12 (diff)
finished foldercontroller
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();
}