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':