From 5b6127b8bfe099d3558c224335ff03a6e2ac52fa Mon Sep 17 00:00:00 2001 From: =?utf8?q?Niklas=20Laxstr=C3=B6m?= Date: Mon, 17 Dec 2007 08:41:18 +0000 Subject: [PATCH] * Silence a warning of missing parameter --- includes/SpecialUserlogin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/SpecialUserlogin.php b/includes/SpecialUserlogin.php index b4c4699fe7..f131ddefbb 100644 --- a/includes/SpecialUserlogin.php +++ b/includes/SpecialUserlogin.php @@ -491,7 +491,7 @@ class LoginForm { global $wgOut; $wgOut->addWikiText( "
$error
" ); $reset = new PasswordResetForm( $this->mName, $this->mPassword ); - $reset->execute(); + $reset->execute( null ); } /** -- 2.20.1