aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module/Channel.php
diff options
context:
space:
mode:
authorTreer <treer.git@the-bordello.com>2016-05-05 02:09:47 +1000
committerTreer <treer.git@the-bordello.com>2016-05-05 02:09:47 +1000
commite1e56936c971bee54f58664df3aa58796a71ead4 (patch)
tree4ab314c62f98317271d0351fac96f32f9029f499 /Zotlabs/Module/Channel.php
parent33a8d845c12a9a6394a5fb8fa8edd851126e19e2 (diff)
downloadvolse-hubzilla-e1e56936c971bee54f58664df3aa58796a71ead4.tar.gz
volse-hubzilla-e1e56936c971bee54f58664df3aa58796a71ead4.tar.bz2
volse-hubzilla-e1e56936c971bee54f58664df3aa58796a71ead4.zip
add help to some permissions dialogs
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 ee7140475..d0c6d83d8 100644
--- a/Zotlabs/Module/Channel.php
+++ b/Zotlabs/Module/Channel.php
@@ -132,7 +132,7 @@ function get($update = 0, $load = false) {
// the "Show" button on a group does not post it to the feed of people in that group, it
// mearly allows those people to view the post if they are viewing/following this channel.
$aclDesc = t('Post permissions <b>cannot be changed</b> after a post is sent.</br />These permissions set who is allowed to view the post.');
- $aclContextHelpCmd = '';
+ $aclContextHelpCmd = 'acl_dialog_post';
$x = array(
'is_owner' => $is_owner,