diff options
author | marijus <mario@mariovavti.com> | 2014-04-09 18:29:22 +0200 |
---|---|---|
committer | marijus <mario@mariovavti.com> | 2014-04-09 18:29:22 +0200 |
commit | b88a7fc23a185a6ecfbc451bddc7da33ea2c4d4c (patch) | |
tree | 12febbdd1e0aff655a7e3a0d18ca2865a423070f /mod/editwebpage.php | |
parent | 74bd772a5bba5cd2c92e708d237128ab2dbdb53c (diff) | |
download | volse-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.php | 3 |
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, |