inlude jotnets for bookmark acl

This commit is contained in:
rabuzarus 2015-07-02 12:09:40 +02:00
parent 8cca849c2e
commit b827c2e805
1 changed files with 1 additions and 1 deletions

View 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(),