]> git.mxchange.org Git - friendica.git/commitdiff
inlude jotnets for bookmark acl
authorrabuzarus <>
Thu, 2 Jul 2015 10:09:40 +0000 (12:09 +0200)
committerrabuzarus <>
Thu, 2 Jul 2015 10:09:40 +0000 (12:09 +0200)
mod/bookmarklet.php

index 650dc9577166204dfa3becd3efb4dc32ab55bee6..be8645c1fde901924032a4e88e48397d58f6a1c4 100644 (file)
@@ -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(),