diff options
author | RedMatrix <info@friendica.com> | 2014-04-10 13:54:34 +1000 |
---|---|---|
committer | RedMatrix <info@friendica.com> | 2014-04-10 13:54:34 +1000 |
commit | 5d5ff22b1dc551863342d2c7c7f44607bbd44777 (patch) | |
tree | 236e1999b23db046106b8b54f9cea4b43d1b120d /mod/blocks.php | |
parent | 46ed2570b80d7468dc6e875ccb02f533f9cbd139 (diff) | |
parent | b88a7fc23a185a6ecfbc451bddc7da33ea2c4d4c (diff) | |
download | volse-hubzilla-5d5ff22b1dc551863342d2c7c7f44607bbd44777.tar.gz volse-hubzilla-5d5ff22b1dc551863342d2c7c7f44607bbd44777.tar.bz2 volse-hubzilla-5d5ff22b1dc551863342d2c7c7f44607bbd44777.zip |
Merge pull request #399 from git-marijus/master
change the way jot tools are displayed/hidden
Diffstat (limited to 'mod/blocks.php')
-rw-r--r-- | mod/blocks.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mod/blocks.php b/mod/blocks.php index 81337448c..74a980c25 100644 --- a/mod/blocks.php +++ b/mod/blocks.php @@ -60,7 +60,8 @@ require_once ('include/conversation.php'); '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' => 'block', + 'showacl' => false, + 'visitor' => true, 'mimetype' => 'choose', 'ptlabel' => t('Block Name'), 'profile_uid' => intval($owner), |