We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f934d23 + 8850c66 commit dd3cd29Copy full SHA for dd3cd29
apps/settings/lib/Controller/UsersController.php
@@ -223,7 +223,7 @@ public function usersList(): TemplateResponse {
223
224
foreach ($groups as $key => $group) {
225
// $userCount += (int)$group['usercount'];
226
- array_push($groupsNames, $group['name']);
+ $groupsNames[] = $group['name'];
227
// we prevent subadmins from looking up themselves
228
// so we lower the count of the groups he belongs to
229
if (array_key_exists($group['id'], $userGroups)) {
0 commit comments