mirror of
https://github.com/nextcloud/server.git
synced 2026-05-25 18:52:53 -04:00
Merge pull request #13220 from nextcloud/backport/13187/stable13
[stable13] do not forgot to store the second displayname portion
This commit is contained in:
commit
f11706e351
1 changed files with 1 additions and 1 deletions
|
|
@ -202,7 +202,7 @@ class User {
|
|||
$displayName2 = strval($ldapEntry[$attr][0]);
|
||||
}
|
||||
if ($displayName !== '') {
|
||||
$this->composeAndStoreDisplayName($displayName);
|
||||
$this->composeAndStoreDisplayName($displayName, $displayName2);
|
||||
$this->access->cacheUserDisplayName(
|
||||
$this->getUsername(),
|
||||
$displayName,
|
||||
|
|
|
|||
Loading…
Reference in a new issue