diff options
author | marijus <mario@mariovavti.com> | 2014-06-14 23:10:48 +0200 |
---|---|---|
committer | marijus <mario@mariovavti.com> | 2014-06-14 23:10:48 +0200 |
commit | c80cf61a9b91b7c235786b262828007b5855b999 (patch) | |
tree | 0c7b98991e48b84501e8689cae1e94e86ee30c67 | |
parent | b7b8303f8d110f8216a4894e2c0568778422b919 (diff) | |
download | volse-hubzilla-c80cf61a9b91b7c235786b262828007b5855b999.tar.gz volse-hubzilla-c80cf61a9b91b7c235786b262828007b5855b999.tar.bz2 volse-hubzilla-c80cf61a9b91b7c235786b262828007b5855b999.zip |
no need to have this twice
-rw-r--r-- | mod/editwebpage.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mod/editwebpage.php b/mod/editwebpage.php index 38aef4a8b..deaf9ae57 100644 --- a/mod/editwebpage.php +++ b/mod/editwebpage.php @@ -169,7 +169,6 @@ function editwebpage_content(&$a) { '$placeholdercategory' => t('Categories (comma-separated list)'), '$emtitle' => t('Example: bob@example.com, mary@example.com'), 'lockstate' => (((strlen($itm[0]['allow_cid'])) || (strlen($itm[0]['allow_gid'])) || (strlen($itm[0]['deny_cid'])) || (strlen($itm[0]['deny_gid']))) ? 'lock' : 'unlock'), - '$acl' => populate_acl($itm[0]), '$bang' => '', '$profile_uid' => (intval($owner)), '$preview' => ((feature_enabled(local_user(),'preview')) ? t('Preview') : ''), |