Index: trunk/phase3/includes/specials/SpecialPasswordReset.php |
— | — | @@ -212,7 +212,7 @@ |
213 | 213 | $this->getOutput()->returnToMain(); |
214 | 214 | } |
215 | 215 | |
216 | | - function canChangePassword(User $user) { |
| 216 | + function canChangePassword( User $user ) { |
217 | 217 | global $wgPasswordResetRoutes, $wgAuth; |
218 | 218 | |
219 | 219 | // Maybe password resets are disabled, or there are no allowable routes |