Index: trunk/phase3/includes/SpecialUserrights.php |
— | — | @@ -326,7 +326,7 @@ |
327 | 327 | |
328 | 328 | foreach ($addergroups as $addergroup) { |
329 | 329 | $groups = array_merge_recursive( |
330 | | - $groups, $this->changeableByGroup($addergroups) |
| 330 | + $groups, $this->changeableByGroup($addergroup) |
331 | 331 | ); |
332 | 332 | $groups['add'] = array_unique( $groups['add'] ); |
333 | 333 | $groups['remove'] = array_unique( $groups['remove'] ); |