Skip to content
Snippets Groups Projects
Commit 64c0e5d8 authored by Arthur Schiwon's avatar Arthur Schiwon
Browse files

no assoc index here, makes tests pass again

parent 0f7fad71
Branches
No related tags found
No related merge requests found
......@@ -77,7 +77,7 @@ class Group {
foreach ($userIds as $userId) {
$user = $this->userManager->get($userId);
if(!is_null($user)) {
$users[$userId] = $user;
$users[] = $user;
}
}
$this->users = $users;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment