diff options
author | friendica <info@friendica.com> | 2014-04-09 21:13:40 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-04-09 21:13:40 -0700 |
commit | 8d8d73924224f1f3862bffa4822b7d62600afd62 (patch) | |
tree | eb83b0491fe69a2d712e8b3e898448ec363529a2 /mod/layouts.php | |
parent | 795d74171358abe23cc4be01dac0e48d04ee46b4 (diff) | |
parent | 5d5ff22b1dc551863342d2c7c7f44607bbd44777 (diff) | |
download | volse-hubzilla-8d8d73924224f1f3862bffa4822b7d62600afd62.tar.gz volse-hubzilla-8d8d73924224f1f3862bffa4822b7d62600afd62.tar.bz2 volse-hubzilla-8d8d73924224f1f3862bffa4822b7d62600afd62.zip |
Merge https://github.com/friendica/red into pending_merge
Diffstat (limited to 'mod/layouts.php')
-rw-r--r-- | mod/layouts.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mod/layouts.php b/mod/layouts.php index 0dcaba361..318e6e29f 100644 --- a/mod/layouts.php +++ b/mod/layouts.php @@ -78,7 +78,8 @@ function layouts_content(&$a) { 'nickname' => $a->profile['channel_address'], 'lockstate' => (($group || $cid || $channel['channel_allow_cid'] || $channel['channel_allow_gid'] || $channel['channel_deny_cid'] || $channel['channel_deny_gid']) ? 'lock' : 'unlock'), 'bang' => (($group || $cid) ? '!' : ''), - 'visitor' => 'none', + 'showacl' => false, + 'visitor' => false, 'nopreview' => 1, 'ptlabel' => t('Layout Name'), 'profile_uid' => intval($owner), |