aboutsummaryrefslogtreecommitdiffstats
path: root/mod/display.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-06-14 20:16:40 -0700
committerfriendica <info@friendica.com>2014-06-14 20:16:40 -0700
commit0f6c321e3f23d43e407aa3b3b424f20b56e0032d (patch)
treef18d04fefe1ce24447dc3f824dfde711cacabb0e /mod/display.php
parentb67c8ec8b99f5a552c08afaedf022b088e55ef47 (diff)
downloadvolse-hubzilla-0f6c321e3f23d43e407aa3b3b424f20b56e0032d.tar.gz
volse-hubzilla-0f6c321e3f23d43e407aa3b3b424f20b56e0032d.tar.bz2
volse-hubzilla-0f6c321e3f23d43e407aa3b3b424f20b56e0032d.zip
only show jotnets when posting conversation items
Diffstat (limited to 'mod/display.php')
-rw-r--r--mod/display.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/display.php b/mod/display.php
index 4c30ae554..15b76e63d 100644
--- a/mod/display.php
+++ b/mod/display.php
@@ -55,7 +55,7 @@ function display_content(&$a, $update = 0, $load = false) {
'nickname' => $channel['channel_address'],
'lockstate' => (($group || $cid || $channel['channel_allow_cid'] || $channel['channel_allow_gid'] || $channel['channel_deny_cid'] || $channel['channel_deny_gid']) ? 'lock' : 'unlock'),
- 'acl' => populate_acl($channel_acl, false),
+ 'acl' => populate_acl($channel_acl),
'bang' => '',
'visitor' => true,
'profile_uid' => local_user(),