aboutsummaryrefslogtreecommitdiffstats
path: root/mod/editwebpage.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/editwebpage.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/editwebpage.php')
-rw-r--r--mod/editwebpage.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/mod/editwebpage.php b/mod/editwebpage.php
index 5b6d91784..38aef4a8b 100644
--- a/mod/editwebpage.php
+++ b/mod/editwebpage.php
@@ -158,8 +158,7 @@ function editwebpage_content(&$a) {
'$defloc' => $itm[0]['location'],
'$visitor' => ($is_owner) ? true : false,
'$acl' => populate_acl($itm[0]),
- '$showacl' => true,
- '$pvisit' => ($is_owner) ? 'block' : 'none',
+ '$showacl' => ($is_owner) ? true : false,
'$public' => t('Public post'),
'$jotnets' => $jotnets,
'$mimeselect' => $mimeselect,