diff --git a/file/lib/page/ChatPage.class.php b/file/lib/page/ChatPage.class.php index 1c65d44..50cb493 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 $room = null;