From ff3384b7375143a6802126da69b1fe1a6c7b382d Mon Sep 17 00:00:00 2001 From: Alexandre Emsenhuber Date: Thu, 13 Oct 2011 12:34:39 +0000 Subject: [PATCH] Use same case for the setListoutput() call than the definition --- includes/specials/SpecialWantedpages.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ); } -- 2.20.1