From: Alexandre Emsenhuber Date: Sun, 10 May 2009 16:17:23 +0000 (+0000) Subject: removed useless "$skin->link( $title );" X-Git-Tag: 1.31.0-rc.0~41828 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/banques/ajouter.php?a=commitdiff_plain;h=981d6467f25b5e75912cdaa415ebba04d7a476c1;p=lhc%2Fweb%2Fwiklou.git removed useless "$skin->link( $title );" --- diff --git a/includes/specials/SpecialMostlinkedtemplates.php b/includes/specials/SpecialMostlinkedtemplates.php index 76c1a09dec..339822d8be 100644 --- a/includes/specials/SpecialMostlinkedtemplates.php +++ b/includes/specials/SpecialMostlinkedtemplates.php @@ -93,7 +93,6 @@ class SpecialMostlinkedtemplates extends QueryPage { public function formatResult( $skin, $result ) { $title = Title::makeTitleSafe( $result->namespace, $result->title ); - $skin->link( $title ); return wfSpecialList( $skin->link( $title ), $this->makeWlhLink( $title, $skin, $result )