summaryrefslogtreecommitdiffstats
path: root/controller/exportcontroller.php
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2013-03-21 17:53:30 +0100
committerBernhard Posselt <nukeawhale@gmail.com>2013-03-21 17:53:30 +0100
commite8abe7886d9db3653e463f35cb2db32d8e73b529 (patch)
treecf1b826f3a0a1c005e0b4273e2e0b050b317e627 /controller/exportcontroller.php
parentf4fc7f07e7b0aef3d0577f4881adee7f5c7b4335 (diff)
added all controller methods and tests for the annotations
Diffstat (limited to 'controller/exportcontroller.php')
-rw-r--r--controller/exportcontroller.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/controller/exportcontroller.php b/controller/exportcontroller.php
index d1e6f017d..006335486 100644
--- a/controller/exportcontroller.php
+++ b/controller/exportcontroller.php
@@ -38,6 +38,11 @@ class ExportController extends Controller {
}
+ /**
+ * @IsAdminExemption
+ * @IsSubAdminExemption
+ * @Ajax
+ */
public function opml(){
}