From: Jeroen De Dauw Date: Tue, 19 Jul 2011 00:43:20 +0000 (+0000) Subject: style fix X-Git-Tag: 1.31.0-rc.0~28751 X-Git-Url: http://git.cyclocoop.org/%24action?a=commitdiff_plain;h=fccea548cd1c67becd4ca45dccb8ee15e5d20c9e;p=lhc%2Fweb%2Fwiklou.git style fix --- diff --git a/includes/specials/SpecialPasswordReset.php b/includes/specials/SpecialPasswordReset.php index 7a29e6d609..1976f141a9 100644 --- a/includes/specials/SpecialPasswordReset.php +++ b/includes/specials/SpecialPasswordReset.php @@ -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