aboutsummaryrefslogtreecommitdiffstats
path: root/mod/blocks.php
diff options
context:
space:
mode:
authormarijus <mario@mariovavti.com>2014-04-09 18:29:22 +0200
committermarijus <mario@mariovavti.com>2014-04-09 18:29:22 +0200
commitb88a7fc23a185a6ecfbc451bddc7da33ea2c4d4c (patch)
tree12febbdd1e0aff655a7e3a0d18ca2865a423070f /mod/blocks.php
parent74bd772a5bba5cd2c92e708d237128ab2dbdb53c (diff)
downloadvolse-hubzilla-b88a7fc23a185a6ecfbc451bddc7da33ea2c4d4c.tar.gz
volse-hubzilla-b88a7fc23a185a6ecfbc451bddc7da33ea2c4d4c.tar.bz2
volse-hubzilla-b88a7fc23a185a6ecfbc451bddc7da33ea2c4d4c.zip
use $showacl to show/hide acl in jot.tpl - remove $pvisit and repair editblock and editlayout which still depended on it.
Diffstat (limited to 'mod/blocks.php')
-rw-r--r--mod/blocks.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/mod/blocks.php b/mod/blocks.php
index 343653ac4..74a980c25 100644
--- a/mod/blocks.php
+++ b/mod/blocks.php
@@ -60,6 +60,7 @@ require_once ('include/conversation.php');
'nickname' => $a->profile['channel_address'],
'lockstate' => (($group || $cid || $channel['channel_allow_cid'] || $channel['channel_allow_gid'] || $channel['channel_deny_cid'] || $channel['channel_deny_gid']) ? 'lock' : 'unlock'),
'bang' => (($group || $cid) ? '!' : ''),
+ 'showacl' => false,
'visitor' => true,
'mimetype' => 'choose',
'ptlabel' => t('Block Name'),