summaryrefslogtreecommitdiff
path: root/lib/plugins/styler/admin.php
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2015-05-17 10:53:22 +0200
committerAndreas Gohr <andi@splitbrain.org>2015-05-17 10:53:22 +0200
commit831864db51ec2c0cd8b86aaee1f1c160df91087d (patch)
tree0fb40827fb7a67d6bc1ae029093fd585a00b32ef /lib/plugins/styler/admin.php
parentaae321f2598674fe5c509cdd2a07327249358938 (diff)
downloadrpg-831864db51ec2c0cd8b86aaee1f1c160df91087d.tar.gz
rpg-831864db51ec2c0cd8b86aaee1f1c160df91087d.tar.bz2
make styler work without JS as well
Diffstat (limited to 'lib/plugins/styler/admin.php')
-rw-r--r--lib/plugins/styler/admin.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/plugins/styler/admin.php b/lib/plugins/styler/admin.php
index dfc72373c..bb9426e12 100644
--- a/lib/plugins/styler/admin.php
+++ b/lib/plugins/styler/admin.php
@@ -26,7 +26,7 @@ class admin_plugin_styler extends DokuWiki_Admin_Plugin {
}
/**
- * Should carry out any processing required by the plugin.
+ * handle the different actions (also called from ajax)
*/
public function handle() {
global $INPUT;