Use link() instead of deprecated makeLinkObj() where possible.
[lhc/web/wiklou.git] / includes / specials / SpecialWantedcategories.php
index 9a28301..4d54c86 100644 (file)
@@ -44,7 +44,7 @@ class WantedCategoriesPage extends WantedQueryPage {
                $text = $wgContLang->convert( $nt->getText() );
 
                $plink = $this->isCached() ?
-                       $skin->makeLinkObj( $nt, htmlspecialchars( $text ) ) :
+                       $skin->link( $nt, htmlspecialchars( $text ) ) :
                        $skin->makeBrokenLinkObj( $nt, htmlspecialchars( $text ) );
 
                $nlinks = wfMsgExt( 'nmembers', array( 'parsemag', 'escape'),