r65135 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r65134‎ | r65135 | r65136 >
Date:17:13, 16 April 2010
Author:maxsem
Status:ok
Tags:
Comment:
Fix typo in r65132
Modified paths:
  • /branches/new-installer/phase3/includes/installer/WebInstaller.php (modified) (history)

Diff [purge]

Index: branches/new-installer/phase3/includes/installer/WebInstaller.php
@@ -1579,7 +1579,7 @@
15801580
15811581 private function endStage( $success = true ) {
15821582 $msg = $success ? 'config-install-step-done' : 'config-install-step-failed';
1583 - $html = wfMsfHtml( 'word-separator' ) . wfMsgHtml( $msg );
 1583+ $html = wfMsgHtml( 'word-separator' ) . wfMsgHtml( $msg );
15841584 if ( !$success ) {
15851585 $html = "<span class=\"error\">$html</span>";
15861586 }

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r65132Tweak messagessiebrand16:23, 16 April 2010

Status & tagging log