summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdrian Lang <lang@cosmocode.de>2010-09-29 10:24:16 +0200
committerAdrian Lang <lang@cosmocode.de>2010-09-29 10:24:38 +0200
commitc346111a3d99754f72da068bb2e9518b4676d5a4 (patch)
treeaca89dfa6e89708cfac910c1714385bf53187152
parentde3eb1d7f990c4cc17722ce3bdff7b9568ab8b9c (diff)
downloadrpg-c346111a3d99754f72da068bb2e9518b4676d5a4.tar.gz
rpg-c346111a3d99754f72da068bb2e9518b4676d5a4.tar.bz2
Add back globals for templates
-rw-r--r--inc/actions.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/inc/actions.php b/inc/actions.php
index d9f5d017c..0a6e6d8c7 100644
--- a/inc/actions.php
+++ b/inc/actions.php
@@ -145,6 +145,10 @@ function act_dispatch(){
act_redirect($ID,$preact);
}
+ global $INFO;
+ global $conf;
+ global $license;
+
//call template FIXME: all needed vars available?
$headers[] = 'Content-Type: text/html; charset=utf-8';
trigger_event('ACTION_HEADERS_SEND',$headers,'act_sendheaders');