From: Niklas Laxström Date: Sat, 15 Dec 2007 20:05:12 +0000 (+0000) Subject: * E_STRICT X-Git-Tag: 1.31.0-rc.0~50412 X-Git-Url: http://git.cyclocoop.org/%28?a=commitdiff_plain;h=a66b963619b3eeaa89cd8cdc59a6c48eaccc174b;p=lhc%2Fweb%2Fwiklou.git * E_STRICT --- 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() ) {