diff options
author | Adrian Lang <lang@cosmocode.de> | 2010-03-09 11:54:37 +0100 |
---|---|---|
committer | Adrian Lang <lang@cosmocode.de> | 2010-03-09 12:05:08 +0100 |
commit | bce53b1fc1455d813331e735c7102be19fc1fc48 (patch) | |
tree | eadd32b346e7d8515511ade6948f78d262030a80 | |
parent | 7e783d07e8533b7e27cec02dd2227ddc83d26d47 (diff) | |
download | rpg-bce53b1fc1455d813331e735c7102be19fc1fc48.tar.gz rpg-bce53b1fc1455d813331e735c7102be19fc1fc48.tar.bz2 |
Add missing global declaration
-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); |