From fccea548cd1c67becd4ca45dccb8ee15e5d20c9e Mon Sep 17 00:00:00 2001 From: Jeroen De Dauw Date: Tue, 19 Jul 2011 00:43:20 +0000 Subject: [PATCH] style fix --- includes/specials/SpecialPasswordReset.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.20.1