Follow up r70957. Remove the double semicolon.
authorPlatonides <platonides@users.mediawiki.org>
Fri, 10 Sep 2010 20:45:17 +0000 (20:45 +0000)
committerPlatonides <platonides@users.mediawiki.org>
Fri, 10 Sep 2010 20:45:17 +0000 (20:45 +0000)
includes/api/ApiLogin.php

index c9b405b..987d046 100644 (file)
@@ -70,7 +70,7 @@ class ApiLogin extends ApiBase {
 
                $loginForm = new LoginForm( $req );
 
-               global $wgCookiePrefix, $wgUser, $wgPasswordAttemptThrottle;;
+               global $wgCookiePrefix, $wgUser, $wgPasswordAttemptThrottle;
 
                switch ( $authRes = $loginForm->authenticateUserData() ) {
                        case LoginForm::SUCCESS: