From: Robin Pepermans Date: Thu, 11 Aug 2011 20:03:53 +0000 (+0000) Subject: remove stuff accidentally committed in r94279 X-Git-Tag: 1.31.0-rc.0~28345 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/banques/ajouter.php?a=commitdiff_plain;h=a2ea0dcae03759542a480de7b88612f64aa77b67;p=lhc%2Fweb%2Fwiklou.git remove stuff accidentally committed in r94279 --- diff --git a/includes/parser/Parser.php b/includes/parser/Parser.php index 7b70362395..9e85556915 100644 --- a/includes/parser/Parser.php +++ b/includes/parser/Parser.php @@ -1998,15 +1998,6 @@ class Parser { } wfProfileOut( __METHOD__."-interwiki" ); - # Interprojects - wfProfileIn( __METHOD__."-interproject" ); - global $wgInterProjectLinks; - if ( is_array( $wgInterProjectLinks ) && isset( $wgInterProjectLinks[$iw] ) && $nottalk ) { - $this->mOutput->addInterProjectLink( $iw, $nt, ( $wasblank ? '' : $text ) ); - wfProfileOut( __METHOD__."-interproject" ); - } - wfProfileOut( __METHOD__."-interproject" ); - if ( $ns == NS_FILE ) { wfProfileIn( __METHOD__."-image" ); if ( !wfIsBadImage( $nt->getDBkey(), $this->mTitle ) ) {