diff options
Diffstat (limited to 'mod/chat.php')
-rw-r--r-- | mod/chat.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/chat.php b/mod/chat.php index caf800f80..e2428f1f7 100644 --- a/mod/chat.php +++ b/mod/chat.php @@ -207,7 +207,7 @@ function chat_content(&$a) { '$header' => t('New Chatroom'), '$name' => array('room_name',t('Chatroom Name'),'', ''), '$permissions' => t('Permissions'), - '$acl' => populate_acl($channel_acl), + '$acl' => populate_acl($channel_acl,false), '$submit' => t('Submit') )); return $o; |