From: Florian Date: Sun, 19 Jul 2015 22:13:40 +0000 (+0200) Subject: Fix notice on Special:UserLogin X-Git-Tag: 1.31.0-rc.0~10711^2 X-Git-Url: https://git.cyclocoop.org/%7B%24admin_url%7Dmembres/fiche.php?a=commitdiff_plain;h=a37f59c930b17951f9964fe2df88e26df71f3428;p=lhc%2Fweb%2Fwiklou.git Fix notice on Special:UserLogin Follow up: Ia81f7c52f08e8dcc73ac751432560c4077d4bd39 Change-Id: Iee6cdb0f29348badad6fe629c82b1ed36c36e3f2 --- diff --git a/includes/specials/SpecialUserlogin.php b/includes/specials/SpecialUserlogin.php index 4ca07fe4af..8491f89e92 100644 --- a/includes/specials/SpecialUserlogin.php +++ b/includes/specials/SpecialUserlogin.php @@ -1390,6 +1390,7 @@ class LoginForm extends SpecialPage { : is_array( $wgPasswordResetRoutes ) && in_array( true, array_values( $wgPasswordResetRoutes ) ); $template->set( 'header', '' ); + $template->set( 'formheader', '' ); $template->set( 'skin', $this->getSkin() ); $template->set( 'name', $this->mUsername ); $template->set( 'password', $this->mPassword );