Index: trunk/phase3/includes/specials/SpecialMovepage.php |
— | — | @@ -458,7 +458,7 @@ |
459 | 459 | wfRunHooks( 'SpecialMovepageAfterMove', array( &$this, &$ot, &$nt ) ); |
460 | 460 | |
461 | 461 | $out = $this->getOutput(); |
462 | | - $out->setPagetitle( wfMsg( 'pagemovedsub' ) ); |
| 462 | + $out->setPageTitle( $this->msg( 'pagemovedsub' ) ); |
463 | 463 | |
464 | 464 | $oldLink = Linker::link( |
465 | 465 | $ot, |