From 7e0dd0517de5e0ed312c2601c49e1e692fd0e584 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20D=C3=BCsterhus?= Date: Sat, 10 Dec 2011 16:56:36 +0100 Subject: [PATCH] Validate module --- file/lib/page/ChatPage.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;