* E_STRICT
authorNiklas Laxström <nikerabbit@users.mediawiki.org>
Sat, 15 Dec 2007 20:05:12 +0000 (20:05 +0000)
committerNiklas Laxström <nikerabbit@users.mediawiki.org>
Sat, 15 Dec 2007 20:05:12 +0000 (20:05 +0000)
includes/SpecialResetpass.php

index 281a78b..29db894 100644 (file)
@@ -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() ) {