From: rabuzarus <> Date: Thu, 2 Jul 2015 10:09:40 +0000 (+0200) Subject: inlude jotnets for bookmark acl X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=b827c2e8055507a57a08d0a4ae077844929909c1;p=friendica.git inlude jotnets for bookmark acl --- diff --git a/mod/bookmarklet.php b/mod/bookmarklet.php index 650dc95771..be8645c1fd 100644 --- a/mod/bookmarklet.php +++ b/mod/bookmarklet.php @@ -27,7 +27,7 @@ function bookmarklet_content(&$a) { 'nickname' => $a->user['nickname'], 'lockstate' => ((is_array($a->user) && ((strlen($a->user['allow_cid'])) || (strlen($a->user['allow_gid'])) || (strlen($a->user['deny_cid'])) || (strlen($a->user['deny_gid'])))) ? 'lock' : 'unlock'), 'default_perms' => get_acl_permissions($a->user), - 'acl' => populate_acl($a->user), + 'acl' => populate_acl($a->user,true), 'bang' => '', 'visitor' => 'block', 'profile_uid' => local_user(),