mirror of
https://github.com/nextcloud/server.git
synced 2026-06-12 02:00:51 -04:00
do not forgot to store the second displayname portion
otherwise it causes a chain reaction of system addressbook updates Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
This commit is contained in:
parent
a599dc11f9
commit
f82c5b5074
1 changed files with 1 additions and 1 deletions
|
|
@ -202,7 +202,7 @@ class User {
|
|||
$displayName2 = (string)$ldapEntry[$attr][0];
|
||||
}
|
||||
if ($displayName !== '') {
|
||||
$this->composeAndStoreDisplayName($displayName);
|
||||
$this->composeAndStoreDisplayName($displayName, $displayName2);
|
||||
$this->access->cacheUserDisplayName(
|
||||
$this->getUsername(),
|
||||
$displayName,
|
||||
|
|
|
|||
Loading…
Reference in a new issue