r64399 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r64398‎ | r64399 | r64400 >
Date:18:40, 30 March 2010
Author:ialex
Status:ok
Tags:
Comment:
Fix parse error: syntax error, unexpected '}' in includes/api/ApiMain.php on line 467
Modified paths:
  • /trunk/phase3/includes/api/ApiMain.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/api/ApiMain.php
@@ -463,7 +463,7 @@
464464 } else {
465465 $this->dieUsage( "Waiting for a database server: $lag seconds lagged", 'maxlag' );
466466 }
467 - return false
 467+ return false;
468468 }
469469 }
470470 return true;

Status & tagging log