diff --git a/file/lib/page/ChatPage.class.php b/file/lib/page/ChatPage.class.php index 1f49f16..4ac3e3d 100644 --- a/file/lib/page/ChatPage.class.php +++ b/file/lib/page/ChatPage.class.php @@ -17,7 +17,7 @@ */ class ChatPage extends AbstractPage { public $chatVersion = ''; - //public $neededModules = array('CHAT_ACTIVE'); + public $neededModules = array('CHAT_ACTIVE'); //public $neededPermissions = array('user.chat.canEnter'); public $joinMessage = null; public $newestMessages = array();