Index: trunk/phase3/includes/SpecialResetpass.php |
— | — | @@ -25,7 +25,7 @@ |
26 | 26 | /** |
27 | 27 | * Main execution point |
28 | 28 | */ |
29 | | - function execute( $par='' ) { |
| 29 | + function execute( $par ) { |
30 | 30 | global $wgUser, $wgAuth, $wgOut, $wgRequest; |
31 | 31 | |
32 | 32 | if( !$wgAuth->allowPasswordChange() ) { |