summaryrefslogtreecommitdiffstats
path: root/controller
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2013-03-21 17:34:53 +0100
committerBernhard Posselt <nukeawhale@gmail.com>2013-03-21 17:36:19 +0100
commitf4fc7f07e7b0aef3d0577f4881adee7f5c7b4335 (patch)
tree195a904b305378181d95e2047fdf24f1122b1fee /controller
parent3e1225f30a53d1fa217d01f8594514e6832c9464 (diff)
added feed annotation test
Diffstat (limited to 'controller')
-rw-r--r--controller/feedcontroller.php7
1 files changed, 6 insertions, 1 deletions
diff --git a/controller/feedcontroller.php b/controller/feedcontroller.php
index 70f110a4a..1bd5fe635 100644
--- a/controller/feedcontroller.php
+++ b/controller/feedcontroller.php
@@ -31,7 +31,7 @@ use \OCA\AppFramework\Http\Request;
use \OCA\AppFramework\Db\DoesNotExistException;
use \OCA\AppFramework\Db\MultipleObjectsReturnedException;
-use \OCA\Bl\FeedBl;
+use \OCA\News\Bl\FeedBl;
class FeedController extends Controller {
@@ -44,6 +44,11 @@ class FeedController extends Controller {
}
+ /**
+ * @IsAdminExemption
+ * @IsSubAdminExemption
+ * @Ajax
+ */
public function feeds(){
}