From d5c63ff82430df4e08f2fcd4492b554f941891cc Mon Sep 17 00:00:00 2001 From: Nathan Patten Date: Mon, 24 Feb 2014 20:32:00 +1100 Subject: [PATCH] Update smarty_globals.inc.php --- public/include/smarty_globals.inc.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/public/include/smarty_globals.inc.php b/public/include/smarty_globals.inc.php index 6ddd0824..d36080f8 100644 --- a/public/include/smarty_globals.inc.php +++ b/public/include/smarty_globals.inc.php @@ -126,9 +126,6 @@ $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', 2); -// System -$aGlobal['system']['irc']['chat'] = $setting->getValue('system_irc_chat'); - // We don't want these session infos cached if (@$_SESSION['USERDATA']['id']) { $aGlobal['userdata'] = $_SESSION['USERDATA']['id'] ? $user->getUserData($_SESSION['USERDATA']['id']) : array();