Fix notice on Special:UserLogin
authorFlorian <florian.schmidt.stargatewissen@gmail.com>
Sun, 19 Jul 2015 22:13:40 +0000 (00:13 +0200)
committerFlorian <florian.schmidt.stargatewissen@gmail.com>
Sun, 19 Jul 2015 22:13:40 +0000 (00:13 +0200)
Follow up: Ia81f7c52f08e8dcc73ac751432560c4077d4bd39

Change-Id: Iee6cdb0f29348badad6fe629c82b1ed36c36e3f2

includes/specials/SpecialUserlogin.php

index 4ca07fe..8491f89 100644 (file)
@@ -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 );