Fix dupe title construction, reported by ymas on IRC
authorChad Horohoe <demon@users.mediawiki.org>
Wed, 22 Sep 2010 19:09:14 +0000 (19:09 +0000)
committerChad Horohoe <demon@users.mediawiki.org>
Wed, 22 Sep 2010 19:09:14 +0000 (19:09 +0000)
includes/specials/SpecialUserlogin.php

index 8af9ac4..333cddf 100644 (file)
@@ -968,8 +968,6 @@ class LoginForm {
                        }
                }
 
-               $titleObj = SpecialPage::getTitleFor( 'Userlogin' );
-
                if ( $this->mType == 'signup' ) {
                        global $wgLivePasswordStrengthChecks;
                        if ( $wgLivePasswordStrengthChecks ) {