1
0
Fork 0

Fix username not being included in profile page

master
Anonymous Contributor 2023-09-05 21:59:49 +02:00
parent cbc065f3a4
commit ef9cb8831e
1 changed files with 1 additions and 0 deletions

View File

@ -62,6 +62,7 @@ class Profile extends \Mcp\RequestHandler
'offline-im-state' => $opensim->allowOfflineIM($_SESSION['UUID']) == "TRUE" ? ' checked' : ' ',
'firstname' => $_SESSION['FIRSTNAME'],
'lastname' => $_SESSION['LASTNAME'],
'username' => $_SESSION['DISPLAYNAME'],
'partner' => $partnerName,
'email' => $opensim->getUserMail($_SESSION['UUID']),
'residents-js-array' => '',