summaryrefslogtreecommitdiff
path: root/inc/common.php
diff options
context:
space:
mode:
authorAdrian Lang <lang@cosmocode.de>2010-03-09 11:54:37 +0100
committerAdrian Lang <lang@cosmocode.de>2010-03-09 12:05:08 +0100
commitbce53b1fc1455d813331e735c7102be19fc1fc48 (patch)
treeeadd32b346e7d8515511ade6948f78d262030a80 /inc/common.php
parent7e783d07e8533b7e27cec02dd2227ddc83d26d47 (diff)
downloadrpg-bce53b1fc1455d813331e735c7102be19fc1fc48.tar.gz
rpg-bce53b1fc1455d813331e735c7102be19fc1fc48.tar.bz2
Add missing global declaration
Diffstat (limited to 'inc/common.php')
-rw-r--r--inc/common.php1
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);