Use same case for the setListoutput() call than the definition
authorAlexandre Emsenhuber <ialex@users.mediawiki.org>
Thu, 13 Oct 2011 12:34:39 +0000 (12:34 +0000)
committerAlexandre Emsenhuber <ialex@users.mediawiki.org>
Thu, 13 Oct 2011 12:34:39 +0000 (12:34 +0000)
includes/specials/SpecialWantedpages.php

index a423315..a655d44 100644 (file)
@@ -44,7 +44,7 @@ class WantedPagesPage extends WantedQueryPage {
                } else {
                        $nlinks = true;
                }
-               $this->setListOutput( $inc );
+               $this->setListoutput( $inc );
                $this->shownavigation = !$inc;
                parent::execute( $par );
        }