revert r106095, fix apparently not this simple
[lhc/web/wiklou.git] / includes / specials / SpecialWantedcategories.php
index 212bd5b..33e789d 100644 (file)
@@ -69,7 +69,7 @@ class WantedCategoriesPage extends WantedQueryPage {
                                array( 'broken' )
                        );
 
-               $lang = $this->getLang();
+               $lang = $this->getLanguage();
                $nlinks = wfMsgExt( 'nmembers', array( 'parsemag', 'escape' ),
                        $lang->formatNum( $result->value ) );
                return $lang->specialList( $plink, $nlinks );