1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-05-07 19:38:19 +03:00
This commit is contained in:
Mzhelskiy Maxim 2016-10-12 17:11:04 +07:00
parent a8fd34aa8e
commit 47499fff08
2 changed files with 3 additions and 3 deletions

View file

@ -1797,10 +1797,10 @@ class ActionAjax extends Action
if ($bReturnExtended) {
$aItems[] = array(
'value' => $oUser->getId(),
'label' => $oUser->getLogin(),
'label' => $oUser->getDisplayName(),
);
} else {
$aItems[] = $oUser->getLogin();
$aItems[] = $oUser->getDisplayName();
}
}
/**

@ -1 +1 @@
Subproject commit b32d3f4c787147d9c33c78f227e6c778aea3ec63
Subproject commit f1d353c310593e113c02988885073559e7986b68