From ae9c2205211c820c9ab74a83b0ed63127c9d7674 Mon Sep 17 00:00:00 2001 From: Nathan Patten Date: Mon, 24 Feb 2014 20:01:02 +1100 Subject: [PATCH] Update chat.inc.php --- public/include/pages/about/chat.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/include/pages/about/chat.inc.php b/public/include/pages/about/chat.inc.php index 1cb78554..0fc2bf83 100644 --- a/public/include/pages/about/chat.inc.php +++ b/public/include/pages/about/chat.inc.php @@ -2,7 +2,7 @@ $defflip = (!cfip()) ? exit(header('HTTP/1.1 401 Unauthorized')) : 1; // ACL check -switch($setting->getValue('system_chat_page', 2)) { +switch($setting->getValue('acl_chat_page', 2)) { case '0': if ($user->isAuthenticated()) { $smarty->assign("CONTENT", "default.tpl");