r77950 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r77949‎ | r77950 | r77951 >
Date:02:09, 7 December 2010
Author:demon
Status:ok
Tags:
Comment:
Typofix r77949
Modified paths:
  • /trunk/phase3/includes/installer/WebInstallerPage.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/installer/WebInstallerPage.php
@@ -220,7 +220,7 @@
221221 $this->startForm();
222222 $s = Html::hidden( 'LanguageRequestTime', time() ) .
223223 $this->getLanguageSelector( 'UserLang', 'config-your-language', $userLang, $this->parent->getHelpBox( 'config-your-language-help' ) ) .
224 - $this->getLanguageSelector( 'ContLang', 'config-wiki-language', $contLang, $this->parent->getHelpBox( 'config-wiki-language-help' ) ) .
 224+ $this->getLanguageSelector( 'ContLang', 'config-wiki-language', $contLang, $this->parent->getHelpBox( 'config-wiki-language-help' ) );
225225 $this->addHTML( $s );
226226 $this->endForm();
227227 }

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r77949Followup r77883, rm the _ExternalHTTP stuff as well; cleans up IC msgs as welldemon02:07, 7 December 2010

Status & tagging log