Skip to content
Snippets Groups Projects
Commit e8e2e47e authored by macjohnny's avatar macjohnny
Browse files

Update manager.php

parent b1094cfe
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment