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