From 08aa4418c30cfc18ccc69a0f0f9cb9e17be6c196 Mon Sep 17 00:00:00 2001 From: Pierre Schmitz Date: Mon, 12 Aug 2013 09:28:15 +0200 Subject: Update to MediaWiki 1.21.1 --- includes/templates/Userlogin.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'includes/templates/Userlogin.php') diff --git a/includes/templates/Userlogin.php b/includes/templates/Userlogin.php index a3f6a38b..7bc0241a 100644 --- a/includes/templates/Userlogin.php +++ b/includes/templates/Userlogin.php @@ -25,8 +25,6 @@ * @defgroup Templates Templates */ -if( !defined( 'MEDIAWIKI' ) ) die( -1 ); - /** * HTML template for Special:Userlogin form * @ingroup Templates @@ -146,7 +144,7 @@ class UserloginTemplate extends QuickTemplate { 'tabindex' => '9' ) ); if ( $this->data['useemail'] && $this->data['canreset'] ) { - if( $this->data['resetlink'] === true ){ + if( $this->data['resetlink'] === true ) { echo ' '; echo Linker::link( SpecialPage::getTitleFor( 'PasswordReset' ), -- cgit v1.2.3-54-g00ecf