From a66b963619b3eeaa89cd8cdc59a6c48eaccc174b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Niklas=20Laxstr=C3=B6m?= Date: Sat, 15 Dec 2007 20:05:12 +0000 Subject: [PATCH] * E_STRICT --- includes/SpecialResetpass.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/SpecialResetpass.php b/includes/SpecialResetpass.php index 281a78b6f0..29db894ac0 100644 --- a/includes/SpecialResetpass.php +++ b/includes/SpecialResetpass.php @@ -25,7 +25,7 @@ class PasswordResetForm extends SpecialPage { /** * Main execution point */ - function execute( $par='' ) { + function execute( $par ) { global $wgUser, $wgAuth, $wgOut, $wgRequest; if( !$wgAuth->allowPasswordChange() ) { -- 2.20.1