aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module/Display.php
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2016-08-05 14:25:37 +0200
committerMario Vavti <mario@mariovavti.com>2016-08-05 14:25:37 +0200
commitc029839971bf73d45026920af01d57fc938b8fce (patch)
tree839e8c23f17b212fd559b421b790c8a951fa5c77 /Zotlabs/Module/Display.php
parente7e73e6fd1f2e6d7e9a31ad11aad9f3020c94bbf (diff)
downloadvolse-hubzilla-c029839971bf73d45026920af01d57fc938b8fce.tar.gz
volse-hubzilla-c029839971bf73d45026920af01d57fc938b8fce.tar.bz2
volse-hubzilla-c029839971bf73d45026920af01d57fc938b8fce.zip
multi acl: port /display
Diffstat (limited to 'Zotlabs/Module/Display.php')
-rw-r--r--Zotlabs/Module/Display.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/Zotlabs/Module/Display.php b/Zotlabs/Module/Display.php
index d1d4edc7d..35ed0c894 100644
--- a/Zotlabs/Module/Display.php
+++ b/Zotlabs/Module/Display.php
@@ -65,6 +65,7 @@ class Display extends \Zotlabs\Web\Controller {
'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),
+ 'permissions' => $channel_acl,
'bang' => '',
'visitor' => true,
'profile_uid' => local_channel(),