aboutsummaryrefslogtreecommitdiffstats
path: root/mod/editwebpage.php
diff options
context:
space:
mode:
authormarijus <mario@mariovavti.com>2014-06-14 23:10:48 +0200
committermarijus <mario@mariovavti.com>2014-06-14 23:10:48 +0200
commitc80cf61a9b91b7c235786b262828007b5855b999 (patch)
tree0c7b98991e48b84501e8689cae1e94e86ee30c67 /mod/editwebpage.php
parentb7b8303f8d110f8216a4894e2c0568778422b919 (diff)
downloadvolse-hubzilla-c80cf61a9b91b7c235786b262828007b5855b999.tar.gz
volse-hubzilla-c80cf61a9b91b7c235786b262828007b5855b999.tar.bz2
volse-hubzilla-c80cf61a9b91b7c235786b262828007b5855b999.zip
no need to have this twice
Diffstat (limited to 'mod/editwebpage.php')
-rw-r--r--mod/editwebpage.php1
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') : ''),