mirror of
https://github.com/nextcloud/server.git
synced 2026-04-24 15:53:36 -04:00
parent
c50dfd7251
commit
8a50459223
1 changed files with 1 additions and 1 deletions
|
|
@ -527,7 +527,7 @@ class OC_User {
|
|||
foreach (self::$_usedBackends as $backend) {
|
||||
$backendDisplayNames = $backend->getDisplayNames($search, $limit, $offset);
|
||||
if (is_array($backendDisplayNames)) {
|
||||
$displayNames = array_merge($displayNames, $backendDisplayNames);
|
||||
$displayNames = $displayNames + $backendDisplayNames;
|
||||
}
|
||||
}
|
||||
asort($displayNames);
|
||||
|
|
|
|||
Loading…
Reference in a new issue