http://www.mediawiki.org/wiki/Special:Code/MediaWiki/99679

Revision: 99679
Author:   ialex
Date:     2011-10-13 12:34:39 +0000 (Thu, 13 Oct 2011)
Log Message:
-----------
Use same case for the setListoutput() call than the definition

Modified Paths:
--------------
    trunk/phase3/includes/specials/SpecialWantedpages.php

Modified: trunk/phase3/includes/specials/SpecialWantedpages.php
===================================================================
--- trunk/phase3/includes/specials/SpecialWantedpages.php       2011-10-13 
11:46:21 UTC (rev 99678)
+++ trunk/phase3/includes/specials/SpecialWantedpages.php       2011-10-13 
12:34:39 UTC (rev 99679)
@@ -44,7 +44,7 @@
                } else {
                        $nlinks = true;
                }
-               $this->setListOutput( $inc );
+               $this->setListoutput( $inc );
                $this->shownavigation = !$inc;
                parent::execute( $par );
        }


_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to