diff options
author | RedMatrix <info@friendica.com> | 2014-04-12 07:20:24 +1000 |
---|---|---|
committer | RedMatrix <info@friendica.com> | 2014-04-12 07:20:24 +1000 |
commit | aa1f5ce7535d4cf17dbdafb4b780a538f35ef05f (patch) | |
tree | f56796a4410464c7f4211e2c4d5260a44c944ae1 /mod/chat.php | |
parent | 0a871c3f14fb326efa033d89a8e413ad693c1341 (diff) | |
parent | 3197ccbf5edf51eab49623c7c21e63af7de7f127 (diff) | |
download | volse-hubzilla-aa1f5ce7535d4cf17dbdafb4b780a538f35ef05f.tar.gz volse-hubzilla-aa1f5ce7535d4cf17dbdafb4b780a538f35ef05f.tar.bz2 volse-hubzilla-aa1f5ce7535d4cf17dbdafb4b780a538f35ef05f.zip |
Merge pull request #404 from git-marijus/master
bootstrapify aclselector
Diffstat (limited to 'mod/chat.php')
-rw-r--r-- | mod/chat.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mod/chat.php b/mod/chat.php index 88f456422..bf6eed57c 100644 --- a/mod/chat.php +++ b/mod/chat.php @@ -203,6 +203,7 @@ function chat_content(&$a) { $o = replace_macros(get_markup_template('chatroom_new.tpl'),array( '$header' => t('New Chatroom'), '$name' => array('room_name',t('Chatroom Name'),'', ''), + '$permissions' => t('Permissions'), '$acl' => populate_acl($channel_acl), '$submit' => t('Submit') )); @@ -228,4 +229,4 @@ function chat_content(&$a) { return $o; -}
\ No newline at end of file +} |