From b88a7fc23a185a6ecfbc451bddc7da33ea2c4d4c Mon Sep 17 00:00:00 2001 From: marijus Date: Wed, 9 Apr 2014 18:29:22 +0200 Subject: use $showacl to show/hide acl in jot.tpl - remove $pvisit and repair editblock and editlayout which still depended on it. --- mod/blocks.php | 1 + 1 file changed, 1 insertion(+) (limited to 'mod/blocks.php') 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'), -- cgit v1.2.3