From: Priyanka Dhanda Date: Mon, 6 Dec 2010 18:21:41 +0000 (+0000) Subject: Reverting r77516. It ain't gonna work X-Git-Tag: 1.31.0-rc.0~33513 X-Git-Url: http://git.cyclocoop.org/%22%20.%20generer_url_ecrire%28%22auteur_infos%22%2C%20%22id_auteur=%24id%22%29%20.%20%22?a=commitdiff_plain;h=3b235908698d01230140f38d400feb6e5491fa5a;p=lhc%2Fweb%2Fwiklou.git Reverting r77516. It ain't gonna work --- diff --git a/includes/diff/DifferenceEngine.php b/includes/diff/DifferenceEngine.php index d8fbea9b81..f18d655f96 100644 --- a/includes/diff/DifferenceEngine.php +++ b/includes/diff/DifferenceEngine.php @@ -468,10 +468,6 @@ CONTROL; } else { $wgOut->addWikiTextTidy( $this->mNewtext ); } - } else { - $article = new Article( $this->mTitle, 0 ); - $pOutput = $article->getParserOutput(); - $wgOut->addParserOutputNoText( $pOutput ); } if ( is_object( $this->mNewRev ) && !$this->mNewRev->isCurrent() ) {