diff options
author | redmatrix <redmatrix@redmatrix.me> | 2015-12-31 15:17:12 -0800 |
---|---|---|
committer | redmatrix <redmatrix@redmatrix.me> | 2015-12-31 15:17:12 -0800 |
commit | 9ee7d60afe1ea02bb1e2c7bf3d3780a94067d057 (patch) | |
tree | 05acd4e7da13cf3466682797361f69234a65a962 /mod/rpost.php | |
parent | 1964fa05e1b8874a094922206a1fb5f436194991 (diff) | |
download | volse-hubzilla-9ee7d60afe1ea02bb1e2c7bf3d3780a94067d057.tar.gz volse-hubzilla-9ee7d60afe1ea02bb1e2c7bf3d3780a94067d057.tar.bz2 volse-hubzilla-9ee7d60afe1ea02bb1e2c7bf3d3780a94067d057.zip |
more issue #239
Diffstat (limited to 'mod/rpost.php')
-rw-r--r-- | mod/rpost.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/rpost.php b/mod/rpost.php index d519a996b..ab5ef4ccd 100644 --- a/mod/rpost.php +++ b/mod/rpost.php @@ -111,7 +111,7 @@ function rpost_content(&$a) { 'default_location' => $channel['channel_location'], 'nickname' => $channel['channel_address'], 'lockstate' => (($acl->is_private()) ? 'lock' : 'unlock'), - 'acl' => populate_acl($channel_acl), + 'acl' => populate_acl($channel_acl,true,(($channel['channel_r_stream'] & PERMS_PUBLIC) ? t('Public') : '')), 'bang' => '', 'visitor' => true, 'profile_uid' => local_channel(), |