diff options
author | Andreas Gohr <andi@splitbrain.org> | 2017-02-11 12:34:11 +0100 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2017-03-31 11:56:34 +0200 |
commit | f21dad3906d4ec6b3d86685599409894630abdc1 (patch) | |
tree | e38fbc8a61745d7dbbbc415dc824c8723c803df4 /inc/ActionRouter.php | |
parent | 64ab5140f7b1c996873fbfe9bab26d9202fbb773 (diff) | |
download | dokuwiki-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.php | 2 |
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 { |