r95475 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r95474‎ | r95475 | r95476 >
Date:10:56, 25 August 2011
Author:catrope
Status:ok
Tags:
Comment:
Fix stupid copypaste mistake in r95470
Modified paths:
  • /trunk/phase3/includes/OutputPage.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/OutputPage.php
@@ -1913,9 +1913,9 @@
19141914 $this->mBodytext = '';
19151915
19161916 if ( $msg instanceof Message ){
1917 - $wgOut->addHTML( $msg->parse() );
 1917+ $this->addHTML( $msg->parse() );
19181918 } else {
1919 - $wgOut->addWikiMsgArray( $msg, $params );
 1919+ $this->addWikiMsgArray( $msg, $params );
19201920 }
19211921
19221922 $this->returnToMain();

Follow-up revisions

RevisionCommit summaryAuthorDate
r964981.18: MFT r95171, r95409, r95436, r95458, r95467, r95470, r95475, r95493, r95...catrope21:04, 7 September 2011

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r95470Followup r85994: eliminate code duplication introduced by this revision, inst...catrope10:13, 25 August 2011

Status & tagging log