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 @@
464
464
} else {
465
465
$this->dieUsage( "Waiting for a database server: $lag seconds lagged", 'maxlag' );
466
466
}
467
- return false
467
+ return false;
468
468
}
469
469
}
470
470
return true;
Status & tagging log
16:58, 31 March 2010
Bryan
(
talk
|
contribs
)
changed the
status
of r64399
[
removed:
new
added:
ok]