summaryrefslogtreecommitdiffstats
path: root/controller/feedcontroller.php
diff options
context:
space:
mode:
Diffstat (limited to 'controller/feedcontroller.php')
-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(){
}