From aac9b70aac2f5fe477d5d36c7fe3b5cdd743b676 Mon Sep 17 00:00:00 2001 From: Nathan Patten Date: Mon, 24 Feb 2014 19:30:08 +1100 Subject: [PATCH] Update smarty_globals.inc.php --- public/include/smarty_globals.inc.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/public/include/smarty_globals.inc.php b/public/include/smarty_globals.inc.php index d2187891..8ec2eedf 100644 --- a/public/include/smarty_globals.inc.php +++ b/public/include/smarty_globals.inc.php @@ -124,8 +124,10 @@ $aGlobal['acl']['graphs']['statistics'] = $setting->getValue('acl_graphs_statist $aGlobal['acl']['donors']['page'] = $setting->getValue('acl_donors_page'); $aGlobal['acl']['about']['page'] = $setting->getValue('acl_about_page'); $aGlobal['acl']['contactform'] = $setting->getValue('acl_contactform'); -$aGlobal['acl']['chat']['page'] = $setting->getValue('acl_chat_page'); -$aGlobal['acl']['irc']['chat'] = $setting->getValue('acl_irc_chat'); + +// System +$aGlobal['system']['chat']['page'] = $setting->getValue('system_chat_page'); +$aGlobal['system']['irc']['chat'] = $setting->getValue('system_irc_chat', 2); // We don't want these session infos cached if (@$_SESSION['USERDATA']['id']) {