r77895 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r77894‎ | r77895 | r77896 >
Date:18:21, 6 December 2010
Author:pdhanda
Status:ok
Tags:
Comment:
Reverting r77516. It ain't gonna work
Modified paths:
  • /trunk/phase3/includes/diff/DifferenceEngine.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/diff/DifferenceEngine.php
@@ -468,10 +468,6 @@
469469 } else {
470470 $wgOut->addWikiTextTidy( $this->mNewtext );
471471 }
472 - } else {
473 - $article = new Article( $this->mTitle, 0 );
474 - $pOutput = $article->getParserOutput();
475 - $wgOut->addParserOutputNoText( $pOutput );
476472 }
477473
478474 if ( is_object( $this->mNewRev ) && !$this->mNewRev->isCurrent() ) {

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r77516Fixes bug 26163 - Missing categories and iw links on diff pages.pdhanda00:12, 1 December 2010

Status & tagging log