diff options
author | Harald Eilertsen <haraldei@anduin.net> | 2025-07-13 15:55:32 +0200 |
---|---|---|
committer | Harald Eilertsen <haraldei@anduin.net> | 2025-07-13 16:09:33 +0200 |
commit | 76eed3c06c993ded0bfe32170353110667eb1406 (patch) | |
tree | da0376334baa594ffeb110e70efdf12b5347d053 /Zotlabs/Module/Display.php | |
parent | fcb0ef9633fd32bbb28adccc3e60749e6c5a7348 (diff) | |
download | volse-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/Display.php')
-rw-r--r-- | Zotlabs/Module/Display.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Module/Display.php b/Zotlabs/Module/Display.php index 094466665..15aff9a84 100644 --- a/Zotlabs/Module/Display.php +++ b/Zotlabs/Module/Display.php @@ -81,7 +81,7 @@ class Display extends Controller { 'default_location' => $channel['channel_location'], '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_acl,true, \Zotlabs\Lib\PermissionDescription::fromGlobalPermission('view_stream'), get_post_aclDialogDescription(), 'acl_dialog_post'), + 'acl' => populate_acl($channel_acl,true, \Zotlabs\Lib\PermissionDescription::fromGlobalPermission('view_stream'), get_post_aclDialogDescription(), 'member/permissions'), 'permissions' => $channel_acl, 'bang' => '', 'visitor' => true, |