diff options
author | Adrian Lang <lang@cosmocode.de> | 2010-09-29 10:24:16 +0200 |
---|---|---|
committer | Adrian Lang <lang@cosmocode.de> | 2010-09-29 10:24:38 +0200 |
commit | c346111a3d99754f72da068bb2e9518b4676d5a4 (patch) | |
tree | aca89dfa6e89708cfac910c1714385bf53187152 /inc/actions.php | |
parent | de3eb1d7f990c4cc17722ce3bdff7b9568ab8b9c (diff) | |
download | rpg-c346111a3d99754f72da068bb2e9518b4676d5a4.tar.gz rpg-c346111a3d99754f72da068bb2e9518b4676d5a4.tar.bz2 |
Add back globals for templates
Diffstat (limited to 'inc/actions.php')
-rw-r--r-- | inc/actions.php | 4 |
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'); |