From: Alexandre Emsenhuber Date: Thu, 13 Oct 2011 12:34:39 +0000 (+0000) Subject: Use same case for the setListoutput() call than the definition X-Git-Tag: 1.31.0-rc.0~27122 X-Git-Url: http://git.cyclocoop.org/%22.%24h.%22?a=commitdiff_plain;h=ff3384b7375143a6802126da69b1fe1a6c7b382d;p=lhc%2Fweb%2Fwiklou.git Use same case for the setListoutput() call than the definition --- diff --git a/includes/specials/SpecialWantedpages.php b/includes/specials/SpecialWantedpages.php index a42331555e..a655d44591 100644 --- a/includes/specials/SpecialWantedpages.php +++ b/includes/specials/SpecialWantedpages.php @@ -44,7 +44,7 @@ class WantedPagesPage extends WantedQueryPage { } else { $nlinks = true; } - $this->setListOutput( $inc ); + $this->setListoutput( $inc ); $this->shownavigation = !$inc; parent::execute( $par ); }