Index: branches/new-installer/phase3/includes/installer/WebInstaller.php |
— | — | @@ -1579,7 +1579,7 @@ |
1580 | 1580 | |
1581 | 1581 | private function endStage( $success = true ) { |
1582 | 1582 | $msg = $success ? 'config-install-step-done' : 'config-install-step-failed'; |
1583 | | - $html = wfMsfHtml( 'word-separator' ) . wfMsgHtml( $msg ); |
| 1583 | + $html = wfMsgHtml( 'word-separator' ) . wfMsgHtml( $msg ); |
1584 | 1584 | if ( !$success ) { |
1585 | 1585 | $html = "<span class=\"error\">$html</span>"; |
1586 | 1586 | } |