mirror of
https://github.com/nextcloud/server.git
synced 2026-06-08 16:26:59 -04:00
Update manager.php
This commit is contained in:
parent
b1094cfe82
commit
e8e2e47e68
1 changed files with 1 additions and 1 deletions
|
|
@ -189,7 +189,7 @@ class Manager extends PublicEmitter {
|
|||
public function getUserGroupIds($user) {
|
||||
$groupIds = array();
|
||||
foreach ($this->backends as $backend) {
|
||||
$groupIds = array_merge($groupIds,$backend->getUserGroups($user->getUID()));
|
||||
$groupIds = array_merge($groupIds, $backend->getUserGroups($user->getUID()));
|
||||
|
||||
}
|
||||
return $groupIds;
|
||||
|
|
|
|||
Loading…
Reference in a new issue