mirror of
https://github.com/nextcloud/server.git
synced 2025-10-26 19:21:34 +00:00
Update manager.php
This commit is contained in:
parent
b1094cfe82
commit
e8e2e47e68
@ -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 New Issue
Block a user