From b827c2e8055507a57a08d0a4ae077844929909c1 Mon Sep 17 00:00:00 2001 From: rabuzarus <> Date: Thu, 2 Jul 2015 12:09:40 +0200 Subject: [PATCH] inlude jotnets for bookmark acl --- mod/bookmarklet.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(),