From c346111a3d99754f72da068bb2e9518b4676d5a4 Mon Sep 17 00:00:00 2001 From: Adrian Lang Date: Wed, 29 Sep 2010 10:24:16 +0200 Subject: Add back globals for templates --- inc/actions.php | 4 ++++ 1 file changed, 4 insertions(+) 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'); -- cgit v1.2.3