r100653 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r100652
|
r100653
|
r100654
>
Date:
22:19, 24 October 2011
Author:
aaron
Status:
ok
Tags:
lamecommitsummary
Comment:
FU
r100645
: don't pass unused param
Modified paths:
/trunk/phase3/includes/Wiki.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/phase3/includes/Wiki.php
—
—
@@ -515,7 +515,7 @@
516
516
*/
517
517
public function run() {
518
518
try {
519
- $this->checkMaxLag( true );
519
+ $this->checkMaxLag();
520
520
$this->main();
521
521
$this->restInPeace();
522
522
} catch ( Exception $e ) {
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r100645
* Remove $abort parameter from MediaWiki::checkMaxLag(); unused and it's a pr...
ialex
20:37, 24 October 2011
Status & tagging log
13:05, 25 October 2011
Johnduhart
(
talk
|
contribs
)
changed the
status
of r100653
[
removed:
new
added:
ok]
09:50, 25 October 2011
Johnduhart
(
talk
|
contribs
)
changed the
tags
for r100653
[
added:
lamecommitsummary]