From bce53b1fc1455d813331e735c7102be19fc1fc48 Mon Sep 17 00:00:00 2001 From: Adrian Lang <lang@cosmocode.de> Date: Tue, 9 Mar 2010 11:54:37 +0100 Subject: [PATCH] Add missing global declaration --- inc/common.php | 1 + 1 file changed, 1 insertion(+) 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); -- GitLab