From: Chad Horohoe Date: Tue, 7 Dec 2010 02:09:56 +0000 (+0000) Subject: Typofix r77949 X-Git-Tag: 1.31.0-rc.0~33494 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/operations/recherche.php?a=commitdiff_plain;h=5ee84c01e73c37be147f12c2af6b4c2cbd9ad6e5;p=lhc%2Fweb%2Fwiklou.git Typofix r77949 --- diff --git a/includes/installer/WebInstallerPage.php b/includes/installer/WebInstallerPage.php index 0c383ec371..c2a117e278 100644 --- a/includes/installer/WebInstallerPage.php +++ b/includes/installer/WebInstallerPage.php @@ -220,7 +220,7 @@ class WebInstaller_Language extends WebInstallerPage { $this->startForm(); $s = Html::hidden( 'LanguageRequestTime', time() ) . $this->getLanguageSelector( 'UserLang', 'config-your-language', $userLang, $this->parent->getHelpBox( 'config-your-language-help' ) ) . - $this->getLanguageSelector( 'ContLang', 'config-wiki-language', $contLang, $this->parent->getHelpBox( 'config-wiki-language-help' ) ) . + $this->getLanguageSelector( 'ContLang', 'config-wiki-language', $contLang, $this->parent->getHelpBox( 'config-wiki-language-help' ) ); $this->addHTML( $s ); $this->endForm(); }