Fix stupid copypaste mistake in r95470
This commit is contained in:
parent
8d616e0cd6
commit
64733e7005
1 changed files with 2 additions and 2 deletions
|
|
@ -1913,9 +1913,9 @@ class OutputPage extends ContextSource {
|
|||
$this->mBodytext = '';
|
||||
|
||||
if ( $msg instanceof Message ){
|
||||
$wgOut->addHTML( $msg->parse() );
|
||||
$this->addHTML( $msg->parse() );
|
||||
} else {
|
||||
$wgOut->addWikiMsgArray( $msg, $params );
|
||||
$this->addWikiMsgArray( $msg, $params );
|
||||
}
|
||||
|
||||
$this->returnToMain();
|
||||
|
|
|
|||
Loading…
Reference in a new issue