diff options
Diffstat (limited to 'inc')
-rw-r--r-- | inc/common.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/inc/common.php b/inc/common.php index c5ad92dc5..0d5efbee9 100644 --- a/inc/common.php +++ b/inc/common.php @@ -840,6 +840,7 @@ function pageTemplate($data){ */ function parsePageTemplate($tpl, $id) { global $USERINFO; + global $conf; // replace placeholders $file = noNS($id); |