Internal - UserRights: Rename 1 var. and 1 method to something more meaningful

This commit is contained in:
Molkobain
2020-08-10 14:48:04 +02:00
parent 4195cd011c
commit 9be4743cf6
2 changed files with 37 additions and 37 deletions

View File

@@ -228,7 +228,7 @@ class NavigationMenu extends UIBlock
$aData = [
'sOrganization' => UserRights::GetContactOrganizationFriendlyname(),
'sFirstname' => UserRights::GetContactFirstname(),
'sPictureUrl' => UserRights::GetContactPicture(),
'sPictureUrl' => UserRights::GetContactPictureAbsUrl(),
'sWelcomeMessage' => Dict::Format('UI:Layout:NavigationMenu:UserInfo:WelcomeMessage:Text', UserRights::GetContactFirstname())
];