Index: trunk/phase3/includes/specials/SpecialUserrights.php |
— | — | @@ -161,7 +161,7 @@ |
162 | 162 | * @param $reason String: reason for group change |
163 | 163 | * @return Array: Tuple of added, then removed groups |
164 | 164 | */ |
165 | | - static function doSaveUserGroups( User $user, $add, $remove, $reason = '' ) { |
| 165 | + static function doSaveUserGroups( $user, $add, $remove, $reason = '' ) { |
166 | 166 | global $wgUser; |
167 | 167 | |
168 | 168 | // Validate input set... |