Reverting r77516. It ain't gonna work
[lhc/web/wiklou.git] / includes / diff / DifferenceEngine.php
index d8fbea9..f18d655 100644 (file)
@@ -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() ) {