1
0
Fork 0

our implementation of "aspects" functionally complete

This commit is contained in:
Mike Macgirvin 2010-09-17 03:43:03 -07:00
commit 4eb1c1eb1a
4 changed files with 15 additions and 5 deletions

View file

@ -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']
));