aboutsummaryrefslogtreecommitdiffstats
path: root/mod/layouts.php
diff options
context:
space:
mode:
authormarijus <mario@mariovavti.com>2014-04-08 22:07:06 +0200
committermarijus <mario@mariovavti.com>2014-04-08 22:07:06 +0200
commit9f621dac85c1c417b17d031e3ca2798c6b63ece7 (patch)
tree14697666c99d828f903772ae5bc4cb66373957ca /mod/layouts.php
parent95751dddff2b1b7a2074d37a5b3102f256842ae4 (diff)
downloadvolse-hubzilla-9f621dac85c1c417b17d031e3ca2798c6b63ece7.tar.gz
volse-hubzilla-9f621dac85c1c417b17d031e3ca2798c6b63ece7.tar.bz2
volse-hubzilla-9f621dac85c1c417b17d031e3ca2798c6b63ece7.zip
change the way jot tools are displayed/hidden
Diffstat (limited to 'mod/layouts.php')
-rw-r--r--mod/layouts.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/layouts.php b/mod/layouts.php
index 0dcaba361..3fbb63ed4 100644
--- a/mod/layouts.php
+++ b/mod/layouts.php
@@ -78,7 +78,7 @@ 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',
+ 'visitor' => false,
'nopreview' => 1,
'ptlabel' => t('Layout Name'),
'profile_uid' => intval($owner),