only show jotnets when posting conversation items

This commit is contained in:
friendica
2014-06-14 20:16:40 -07:00
parent b67c8ec8b9
commit 0f6c321e3f
13 changed files with 22 additions and 17 deletions

View File

@@ -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;