diff --git a/app/page/Profile.php b/app/page/Profile.php index c449e3a..f7edf65 100644 --- a/app/page/Profile.php +++ b/app/page/Profile.php @@ -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' => '',