summaryrefslogtreecommitdiffstats
path: root/controller/itemcontroller.php
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2013-03-21 20:38:09 +0100
committerBernhard Posselt <nukeawhale@gmail.com>2013-03-21 20:38:20 +0100
commitc8bdd9c3fb0ab872b868c151f052748235601653 (patch)
treeaf4ffc33ad013f817af14aed25e54606429ad612 /controller/itemcontroller.php
parentd692600a31bf4aa9be8b71d8fcb16e90e9393aea (diff)
finished feedcontroller
Diffstat (limited to 'controller/itemcontroller.php')
-rw-r--r--controller/itemcontroller.php8
1 files changed, 8 insertions, 0 deletions
diff --git a/controller/itemcontroller.php b/controller/itemcontroller.php
index f5f6d2a4b..d4cf44de9 100644
--- a/controller/itemcontroller.php
+++ b/controller/itemcontroller.php
@@ -102,4 +102,12 @@ class ItemController extends Controller {
}
+ /**
+ * @IsAdminExemption
+ * @IsSubAdminExemption
+ * @Ajax
+ */
+ public function readFeed(){
+
+ }
} \ No newline at end of file