Index: trunk/extensions/SignupAPI/includes/SpecialUserSignup.php |
— | — | @@ -102,9 +102,6 @@ |
103 | 103 | $this->mStickHTTPS = $request->getCheck( 'wpStickHTTPS' ); |
104 | 104 | $this->mLanguage = $request->getText( 'uselang' ); |
105 | 105 | $this->mSkipCookieCheck = $request->getCheck( 'wpSkipCookieCheck' ); |
106 | | - |
107 | | - //Decide whether login or signup request |
108 | | - |
109 | 106 | $this->mToken = $request->getVal( 'wpCreateaccountToken' ); |
110 | 107 | |
111 | 108 | if( $wgEnableEmail ) { |