Fixes bug 26163 - Missing categories and iw links on diff pages.
This commit is contained in:
parent
c037ae23e5
commit
8e47474df6
1 changed files with 4 additions and 0 deletions
|
|
@ -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() ) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue