Remove unused global from SpecialUserlogin.php
authorumherirrender <umherirrender_de.wp@web.de>
Wed, 17 Jun 2015 19:48:51 +0000 (21:48 +0200)
committerumherirrender <umherirrender_de.wp@web.de>
Wed, 17 Jun 2015 19:48:51 +0000 (21:48 +0200)
Change-Id: Idbdc8829d84e7dcce6b396bca8f90d9cf7864e45

includes/specials/SpecialUserlogin.php

index 8259718..11744f6 100644 (file)
@@ -453,8 +453,7 @@ class LoginForm extends SpecialPage {
         * @return Status
         */
        public function addNewAccountInternal() {
-               global $wgAuth, $wgMemc, $wgAccountCreationThrottle,
-                       $wgMinimalPasswordLength, $wgEmailConfirmToEdit;
+               global $wgAuth, $wgMemc, $wgAccountCreationThrottle, $wgEmailConfirmToEdit;
 
                // If the user passes an invalid domain, something is fishy
                if ( !$wgAuth->validDomain( $this->mDomain ) ) {