Bug 32673: Keep the username in the input field if not existing
[lhc/web/wiklou.git] / includes / specials / SpecialMostcategories.php
index f75b521..98b7367 100644 (file)
@@ -62,6 +62,6 @@ class MostcategoriesPage extends QueryPage {
 
                $count = $this->msg( 'ncategories' )->numParams( $result->value )->escaped();
                $link = Linker::link( $title );
-               return $this->getLang()->specialList( $link, $count );
+               return $this->getLanguage()->specialList( $link, $count );
        }
 }