r111242 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r111241‎ | r111242 | r111243 >
Date:15:36, 11 February 2012
Author:ialex
Status:ok
Tags:
Comment:
Fix casing on OutputPage::setPageTitle() call and pass it a Message object
Modified paths:
  • /trunk/phase3/includes/specials/SpecialMovepage.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/specials/SpecialMovepage.php
@@ -458,7 +458,7 @@
459459 wfRunHooks( 'SpecialMovepageAfterMove', array( &$this, &$ot, &$nt ) );
460460
461461 $out = $this->getOutput();
462 - $out->setPagetitle( wfMsg( 'pagemovedsub' ) );
 462+ $out->setPageTitle( $this->msg( 'pagemovedsub' ) );
463463
464464 $oldLink = Linker::link(
465465 $ot,

Status & tagging log