summaryrefslogtreecommitdiff
path: root/lib/plugins/styler/admin.php
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2015-05-17 19:45:15 +0200
committerAndreas Gohr <andi@splitbrain.org>2015-05-17 19:45:15 +0200
commitb1a864fe66dcf7f538e4d304cc01ea9ec736b786 (patch)
tree4603faaf7ebe10c8feec6acdf9941cad51b63089 /lib/plugins/styler/admin.php
parent9fb9909916c8ce7fbca17d536942c0166afe487c (diff)
downloadrpg-b1a864fe66dcf7f538e4d304cc01ea9ec736b786.tar.gz
rpg-b1a864fe66dcf7f538e4d304cc01ea9ec736b786.tar.bz2
fix keeping the current page
Diffstat (limited to 'lib/plugins/styler/admin.php')
-rw-r--r--lib/plugins/styler/admin.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/plugins/styler/admin.php b/lib/plugins/styler/admin.php
index 4269a0ee7..432b22279 100644
--- a/lib/plugins/styler/admin.php
+++ b/lib/plugins/styler/admin.php
@@ -61,7 +61,6 @@ class admin_plugin_styler extends DokuWiki_Admin_Plugin {
public function form($isajax) {
global $conf;
global $ID;
- $tpl = $conf['template'];
define('SIMPLE_TEST', 1); // hack, ideally certain functions should be moved out of css.php
require_once(DOKU_INC.'lib/exe/css.php');
$styleini = css_styleini($conf['template'], true);