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 @@
4545 } else {
4646 $nlinks = true;
4747 }
48 - $this->setListOutput( $inc );
 48+ $this->setListoutput( $inc );
4949 $this->shownavigation = !$inc;
5050 parent::execute( $par );
5151 }

Status & tagging log