Fix username not being included in profile page
parent
cbc065f3a4
commit
ef9cb8831e
|
@ -62,6 +62,7 @@ class Profile extends \Mcp\RequestHandler
|
||||||
'offline-im-state' => $opensim->allowOfflineIM($_SESSION['UUID']) == "TRUE" ? ' checked' : ' ',
|
'offline-im-state' => $opensim->allowOfflineIM($_SESSION['UUID']) == "TRUE" ? ' checked' : ' ',
|
||||||
'firstname' => $_SESSION['FIRSTNAME'],
|
'firstname' => $_SESSION['FIRSTNAME'],
|
||||||
'lastname' => $_SESSION['LASTNAME'],
|
'lastname' => $_SESSION['LASTNAME'],
|
||||||
|
'username' => $_SESSION['DISPLAYNAME'],
|
||||||
'partner' => $partnerName,
|
'partner' => $partnerName,
|
||||||
'email' => $opensim->getUserMail($_SESSION['UUID']),
|
'email' => $opensim->getUserMail($_SESSION['UUID']),
|
||||||
'residents-js-array' => '',
|
'residents-js-array' => '',
|
||||||
|
|
Loading…
Reference in New Issue