Index: trunk/phase3/includes/api/ApiLogin.php |
— | — | @@ -70,7 +70,7 @@ |
71 | 71 | |
72 | 72 | $loginForm = new LoginForm( $req ); |
73 | 73 | |
74 | | - global $wgCookiePrefix, $wgUser, $wgPasswordAttemptThrottle;; |
| 74 | + global $wgCookiePrefix, $wgUser, $wgPasswordAttemptThrottle; |
75 | 75 | |
76 | 76 | switch ( $authRes = $loginForm->authenticateUserData() ) { |
77 | 77 | case LoginForm::SUCCESS: |