diff options
Diffstat (limited to '')
-rw-r--r-- | include/template.class.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/template.class.php b/include/template.class.php index 3a13adf47..a92e499a8 100644 --- a/include/template.class.php +++ b/include/template.class.php @@ -576,7 +576,7 @@ class Template { function load_themeconf($dir) { - global $themeconfs, $conf, $page; + global $themeconfs, $conf; $dir = realpath($dir); if (!isset($themeconfs[$dir])) |