diff options
author | redmatrix <git@macgirvin.com> | 2016-05-06 08:54:55 +1000 |
---|---|---|
committer | redmatrix <git@macgirvin.com> | 2016-05-06 08:54:55 +1000 |
commit | f38c8e5eca119266ee7f4fb7b6fbfd19c1ac747e (patch) | |
tree | 061fb8b85f05f8dc7829a4a7e8593fce20c223c5 /Zotlabs/Module/Rpost.php | |
parent | 8ffdc4859baa9f2ae9567a4c443dfbb227919167 (diff) | |
parent | 2174cdcd0ebda4ba62653791489f003bf085f282 (diff) | |
download | volse-hubzilla-f38c8e5eca119266ee7f4fb7b6fbfd19c1ac747e.tar.gz volse-hubzilla-f38c8e5eca119266ee7f4fb7b6fbfd19c1ac747e.tar.bz2 volse-hubzilla-f38c8e5eca119266ee7f4fb7b6fbfd19c1ac747e.zip |
Merge pull request #368 from Treer/permissions
Unify permissions dialog for network posts, channel posts, and remote posts
Diffstat (limited to 'Zotlabs/Module/Rpost.php')
-rw-r--r-- | Zotlabs/Module/Rpost.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Module/Rpost.php b/Zotlabs/Module/Rpost.php index 195949e1c..41889c35c 100644 --- a/Zotlabs/Module/Rpost.php +++ b/Zotlabs/Module/Rpost.php @@ -115,7 +115,7 @@ class Rpost extends \Zotlabs\Web\Controller { 'default_location' => $channel['channel_location'], 'nickname' => $channel['channel_address'], 'lockstate' => (($acl->is_private()) ? 'lock' : 'unlock'), - 'acl' => populate_acl($channel_acl,true,(($channel['channel_r_stream'] & PERMS_PUBLIC) ? t('Public') : '')), + 'acl' => populate_acl($channel_acl,true,(($channel['channel_r_stream'] & PERMS_PUBLIC) ? t('Public') : ''), get_post_aclDialogDescription(), 'acl_dialog_post'), 'bang' => '', 'visitor' => true, 'profile_uid' => local_channel(), |