aboutsummaryrefslogtreecommitdiffstats
path: root/mod/layouts.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/layouts.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/layouts.php')
-rw-r--r--mod/layouts.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/mod/layouts.php b/mod/layouts.php
index 3fbb63ed4..318e6e29f 100644
--- a/mod/layouts.php
+++ b/mod/layouts.php
@@ -78,6 +78,7 @@ function layouts_content(&$a) {
'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' => false,
'nopreview' => 1,
'ptlabel' => t('Layout Name'),