aboutsummaryrefslogtreecommitdiffstats
path: root/mod/editwebpage.php
diff options
context:
space:
mode:
authorRedMatrix <info@friendica.com>2014-06-15 08:09:26 +1000
committerRedMatrix <info@friendica.com>2014-06-15 08:09:26 +1000
commitc97aa4504e71140a342cc48b1d7ff81842cb108b (patch)
tree0c7b98991e48b84501e8689cae1e94e86ee30c67 /mod/editwebpage.php
parent9ac236d57dc027f6409d7dfcb1992807a1e08ead (diff)
parentc80cf61a9b91b7c235786b262828007b5855b999 (diff)
downloadvolse-hubzilla-c97aa4504e71140a342cc48b1d7ff81842cb108b.tar.gz
volse-hubzilla-c97aa4504e71140a342cc48b1d7ff81842cb108b.tar.bz2
volse-hubzilla-c97aa4504e71140a342cc48b1d7ff81842cb108b.zip
Merge pull request #494 from git-marijus/master
unclutter menus a little
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') : ''),