aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/inc/ActionRouter.php
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2017-02-11 12:34:11 +0100
committerAndreas Gohr <andi@splitbrain.org>2017-03-31 11:56:34 +0200
commitf21dad3906d4ec6b3d86685599409894630abdc1 (patch)
treee38fbc8a61745d7dbbbc415dc824c8723c803df4 /inc/ActionRouter.php
parent64ab5140f7b1c996873fbfe9bab26d9202fbb773 (diff)
downloaddokuwiki-f21dad3906d4ec6b3d86685599409894630abdc1.tar.gz
dokuwiki-f21dad3906d4ec6b3d86685599409894630abdc1.zip
all actions should have a class now
Lots of FIXMEs and the routing isn't integrated, yet
Diffstat (limited to 'inc/ActionRouter.php')
-rw-r--r--inc/ActionRouter.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/inc/ActionRouter.php b/inc/ActionRouter.php
index 54c39f3ca..9c8b21341 100644
--- a/inc/ActionRouter.php
+++ b/inc/ActionRouter.php
@@ -49,6 +49,8 @@ class ActionRouter {
*
* @param string $actionname
* @fixme implement redirect on action change with post
+ * @fixme add event handling
+ * @fixme add the action name back to $ACT for plugins relying on it
*/
protected function setupAction($actionname) {
try {