aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module/Channel.php
diff options
context:
space:
mode:
authorHarald Eilertsen <haraldei@anduin.net>2025-07-13 15:55:32 +0200
committerHarald Eilertsen <haraldei@anduin.net>2025-07-13 16:09:33 +0200
commit76eed3c06c993ded0bfe32170353110667eb1406 (patch)
treeda0376334baa594ffeb110e70efdf12b5347d053 /Zotlabs/Module/Channel.php
parentfcb0ef9633fd32bbb28adccc3e60749e6c5a7348 (diff)
downloadvolse-hubzilla-76eed3c06c993ded0bfe32170353110667eb1406.tar.gz
volse-hubzilla-76eed3c06c993ded0bfe32170353110667eb1406.tar.bz2
volse-hubzilla-76eed3c06c993ded0bfe32170353110667eb1406.zip
Fix context help link for permissions
The target was changed when the new docs was merged.
Diffstat (limited to 'Zotlabs/Module/Channel.php')
-rw-r--r--Zotlabs/Module/Channel.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Module/Channel.php b/Zotlabs/Module/Channel.php
index e35a611d0..a72e70b79 100644
--- a/Zotlabs/Module/Channel.php
+++ b/Zotlabs/Module/Channel.php
@@ -266,7 +266,7 @@ class Channel extends Controller {
'default_location' => (($is_owner) ? App::$profile['channel_location'] : ''),
'nickname' => App::$profile['channel_address'],
'lockstate' => (((strlen(App::$profile['channel_allow_cid'])) || (strlen(App::$profile['channel_allow_gid'])) || (strlen(App::$profile['channel_deny_cid'])) || (strlen(App::$profile['channel_deny_gid']))) ? 'lock' : 'unlock'),
- 'acl' => (($is_owner) ? populate_acl($channel_acl, true, PermissionDescription::fromGlobalPermission('view_stream'), get_post_aclDialogDescription(), 'acl_dialog_post') : ''),
+ 'acl' => (($is_owner) ? populate_acl($channel_acl, true, PermissionDescription::fromGlobalPermission('view_stream'), get_post_aclDialogDescription(), 'member/permissions') : ''),
'permissions' => $channel_acl,
'showacl' => (($is_owner) ? 'yes' : ''),
'bang' => '',