our implementation of "aspects" functionally complete
This commit is contained in:
parent
a50947a4bc
commit
4eb1c1eb1a
4 changed files with 15 additions and 5 deletions
|
@ -144,6 +144,7 @@ function profile_content(&$a, $update = false) {
|
|||
'$return_path' => $a->cmd,
|
||||
'$visitor' => (($_SESSION['uid'] == $a->profile['profile_uid']) ? 'block' : 'none'),
|
||||
'$lockstate' => $lockstate,
|
||||
'$bang' => '',
|
||||
'$acl' => (($_SESSION['uid'] == $a->profile['profile_uid']) ? populate_acl($a->user) : ''),
|
||||
'$profile_uid' => $a->profile['profile_uid']
|
||||
));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue