* Changed OutputPage's handling of subtitles to use an array and implode it with...
[lhc/web/wiklou.git] / includes / specials / SpecialMovepage.php
index bbf2dbe..98c169e 100644 (file)
@@ -195,7 +195,7 @@ class MovePageForm extends UnlistedSpecialPage {
                $token = htmlspecialchars( $user->editToken() );
 
                if ( !empty($err) ) {
-                       $out->setSubtitle( wfMsg( 'formerror' ) );
+                       $out->addSubtitle( $this->msg( 'formerror' ) );
                        if( $err[0] == 'hookaborted' ) {
                                $hookErr = $err[1];
                                $errMsg = "<p><strong class=\"error\">$hookErr</strong></p>\n";