style fix
authorJeroen De Dauw <jeroendedauw@users.mediawiki.org>
Tue, 19 Jul 2011 00:43:20 +0000 (00:43 +0000)
committerJeroen De Dauw <jeroendedauw@users.mediawiki.org>
Tue, 19 Jul 2011 00:43:20 +0000 (00:43 +0000)
includes/specials/SpecialPasswordReset.php

index 7a29e6d..1976f14 100644 (file)
@@ -212,7 +212,7 @@ class SpecialPasswordReset extends FormSpecialPage {
                $this->getOutput()->returnToMain();
        }
 
-       function canChangePassword(User $user) {
+       function canChangePassword( User $user ) {
                global $wgPasswordResetRoutes, $wgAuth;
 
                // Maybe password resets are disabled, or there are no allowable routes