r72751 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r72750‎ | r72751 | r72752 >
Date:20:45, 10 September 2010
Author:platonides
Status:ok
Tags:
Comment:
Follow up r70957. Remove the double semicolon.
Modified paths:
  • /trunk/phase3/includes/api/ApiLogin.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/api/ApiLogin.php
@@ -70,7 +70,7 @@
7171
7272 $loginForm = new LoginForm( $req );
7373
74 - global $wgCookiePrefix, $wgUser, $wgPasswordAttemptThrottle;;
 74+ global $wgCookiePrefix, $wgUser, $wgPasswordAttemptThrottle;
7575
7676 switch ( $authRes = $loginForm->authenticateUserData() ) {
7777 case LoginForm::SUCCESS:

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r70957Refactor to avoid defining globals inside switches.platonides14:25, 12 August 2010

Status & tagging log