diff options
| author | Frederic Guillot <fred@kanboard.net> | 2015-12-06 00:00:09 -0500 |
|---|---|---|
| committer | Frederic Guillot <fred@kanboard.net> | 2015-12-06 00:00:09 -0500 |
| commit | 9bd7985ba41b385c63213970b862ffc06f1096b0 (patch) | |
| tree | a181044fca56fd501488c2361971dd883d6d8a89 /app/Core/Group/GroupManager.php | |
| parent | db5da71f154d34d012d7259d4d627ac7cf0c38fa (diff) | |
Add more unit tests
Diffstat (limited to 'app/Core/Group/GroupManager.php')
| -rw-r--r-- | app/Core/Group/GroupManager.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Core/Group/GroupManager.php b/app/Core/Group/GroupManager.php index e49ffa0f..48b6c4f8 100644 --- a/app/Core/Group/GroupManager.php +++ b/app/Core/Group/GroupManager.php @@ -66,6 +66,6 @@ class GroupManager } } - return $result; + return array_values($result); } } |
