|
|
@ -351,7 +351,7 @@ function display_content(&$a, $update = 0) { |
|
|
|
'default_location' => $a->user['default-location'], |
|
|
|
'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'), |
|
|
|
'acl' => populate_acl($a->user), |
|
|
|
'acl' => populate_acl($a->user, true), |
|
|
|
'bang' => '', |
|
|
|
'visitor' => 'block', |
|
|
|
'profile_uid' => local_user(), |
|
|
|