aboutsummaryrefslogtreecommitdiffstats
path: root/mod/rpost.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-07-23 21:17:40 -0700
committerfriendica <info@friendica.com>2014-07-23 21:17:40 -0700
commit0f14dd30db80637a3f3dd2af05eb14c248def724 (patch)
treebd1aded9b0fb31660dbfc311986302c3339e07d8 /mod/rpost.php
parentee75efd951009549cb3138b5f40476f6a43b49ae (diff)
downloadvolse-hubzilla-0f14dd30db80637a3f3dd2af05eb14c248def724.tar.gz
volse-hubzilla-0f14dd30db80637a3f3dd2af05eb14c248def724.tar.bz2
volse-hubzilla-0f14dd30db80637a3f3dd2af05eb14c248def724.zip
allow jotnets to work with rpost
Diffstat (limited to 'mod/rpost.php')
-rw-r--r--mod/rpost.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/rpost.php b/mod/rpost.php
index 80406ebef..933db24e3 100644
--- a/mod/rpost.php
+++ b/mod/rpost.php
@@ -115,7 +115,7 @@ function rpost_content(&$a) {
'nickname' => $channel['channel_address'],
'lockstate' => (($channel['channel_allow_cid'] || $channel['channel_allow_gid']
|| $channel['channel_deny_cid'] || $channel['channel_deny_gid']) ? 'lock' : 'unlock'),
- 'acl' => populate_acl($channel, $false),
+ 'acl' => populate_acl($channel),
'bang' => '',
// 'channel_select' => true,
'visitor' => true,