Index: trunk/phase3/includes/specials/SpecialMovepage.php |
— | — | @@ -195,7 +195,7 @@ |
196 | 196 | $token = htmlspecialchars( $user->editToken() ); |
197 | 197 | |
198 | 198 | if ( !empty($err) ) { |
199 | | - $out->setSubtitle( wfMsg( 'formerror' ) ); |
| 199 | + $out->addSubtitle( $this->msg( 'formerror' ) ); |
200 | 200 | if( $err[0] == 'hookaborted' ) { |
201 | 201 | $hookErr = $err[1]; |
202 | 202 | $errMsg = "<p><strong class=\"error\">$hookErr</strong></p>\n"; |