From: Platonides Date: Fri, 10 Sep 2010 20:45:17 +0000 (+0000) Subject: Follow up r70957. Remove the double semicolon. X-Git-Tag: 1.31.0-rc.0~35038 X-Git-Url: http://git.cyclocoop.org/%28?a=commitdiff_plain;h=3fff37cd84deee7c6ce076a2a6340ef5e5c88005;p=lhc%2Fweb%2Fwiklou.git Follow up r70957. Remove the double semicolon. --- diff --git a/includes/api/ApiLogin.php b/includes/api/ApiLogin.php index c9b405bd62..987d0468ee 100644 --- a/includes/api/ApiLogin.php +++ b/includes/api/ApiLogin.php @@ -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: