mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-23 10:38:45 +02:00
Internal - UserRights: Rename 1 var. and 1 method to something more meaningful
This commit is contained in:
@@ -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())
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user