Use WikiPage instead of Article
[lhc/web/wiklou.git] / includes / specials / SpecialAncientpages.php
index 680a948..7f037cd 100644 (file)
@@ -67,6 +67,6 @@ class AncientPagesPage extends QueryPage {
                        $title,
                        htmlspecialchars( $wgContLang->convert( $title->getPrefixedText() ) )
                );
-               return wfSpecialList( $link, htmlspecialchars( $d ) );
+               return $this->getLang()->specialList( $link, htmlspecialchars( $d ) );
        }
 }