From: Niklas Laxström Date: Mon, 17 Dec 2007 08:41:18 +0000 (+0000) Subject: * Silence a warning of missing parameter X-Git-Tag: 1.31.0-rc.0~50379 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/banques/ajouter.php?a=commitdiff_plain;h=5b6127b8bfe099d3558c224335ff03a6e2ac52fa;p=lhc%2Fweb%2Fwiklou.git * Silence a warning of missing parameter --- 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 ); } /**