Index: trunk/phase3/includes/diff/DifferenceEngine.php |
— | — | @@ -468,10 +468,6 @@ |
469 | 469 | } else { |
470 | 470 | $wgOut->addWikiTextTidy( $this->mNewtext ); |
471 | 471 | } |
472 | | - } else { |
473 | | - $article = new Article( $this->mTitle, 0 ); |
474 | | - $pOutput = $article->getParserOutput(); |
475 | | - $wgOut->addParserOutputNoText( $pOutput ); |
476 | 472 | } |
477 | 473 | |
478 | 474 | if ( is_object( $this->mNewRev ) && !$this->mNewRev->isCurrent() ) { |