Fix preview
This commit is contained in:
parent
e6f5fda4f6
commit
4c644ded9e
1 changed files with 1 additions and 1 deletions
|
|
@ -496,7 +496,7 @@ class EditPage {
|
|||
$wgOut->addWikiText( wfMsg( 'nonunicodebrowser') );
|
||||
}
|
||||
if ( isset( $this->mArticle )
|
||||
&& isset( $this->mArticle->mRevision
|
||||
&& isset( $this->mArticle->mRevision )
|
||||
&& !$this->mArticle->mRevision->isCurrent() ) {
|
||||
$this->mArticle->setOldSubtitle();
|
||||
$wgOut->addWikiText( wfMsg( 'editingold' ) );
|
||||
|
|
|
|||
Loading…
Reference in a new issue