From 966d32036ba2c2efe9797065cad6aaf939a4afa7 Mon Sep 17 00:00:00 2001 From: Nathan Patten Date: Mon, 24 Feb 2014 21:12:15 +1100 Subject: [PATCH] Update chat.inc.php --- public/include/pages/about/chat.inc.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/public/include/pages/about/chat.inc.php b/public/include/pages/about/chat.inc.php index 0fc2bf83..a5150163 100644 --- a/public/include/pages/about/chat.inc.php +++ b/public/include/pages/about/chat.inc.php @@ -5,10 +5,12 @@ $defflip = (!cfip()) ? exit(header('HTTP/1.1 401 Unauthorized')) : 1; switch($setting->getValue('acl_chat_page', 2)) { case '0': if ($user->isAuthenticated()) { + $smarty->assign('CHATROOM', $setting->getValue('system_irc_chat', '#lazypoolop')); $smarty->assign("CONTENT", "default.tpl"); } break; case '1': + $smarty->assign('CHATROOM', $setting->getValue('system_irc_chat', '#lazypoolop')); $smarty->assign("CONTENT", "default.tpl"); break; case '2':