Fixes bug 26163 - Missing categories and iw links on diff pages.

This commit is contained in:
Priyanka Dhanda 2010-12-01 00:12:43 +00:00
parent c037ae23e5
commit 8e47474df6

View file

@ -468,6 +468,10 @@ 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() ) {