r99679 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r99678
|
r99679
|
r99680
>
Date:
12:34, 13 October 2011
Author:
ialex
Status:
ok
Tags:
Comment:
Use same case for the setListoutput() call than the definition
Modified paths:
/trunk/phase3/includes/specials/SpecialWantedpages.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/phase3/includes/specials/SpecialWantedpages.php
—
—
@@ -44,7 +44,7 @@
45
45
} else {
46
46
$nlinks = true;
47
47
}
48
- $this->setListOutput( $inc );
48
+ $this->setListoutput( $inc );
49
49
$this->shownavigation = !$inc;
50
50
parent::execute( $par );
51
51
}
Status & tagging log
01:10, 2 December 2011
Aaron Schulz
(
talk
|
contribs
)
changed the
status
of r99679
[
removed:
new
added:
ok]