Typofix r77949
authorChad Horohoe <demon@users.mediawiki.org>
Tue, 7 Dec 2010 02:09:56 +0000 (02:09 +0000)
committerChad Horohoe <demon@users.mediawiki.org>
Tue, 7 Dec 2010 02:09:56 +0000 (02:09 +0000)
includes/installer/WebInstallerPage.php

index 0c383ec..c2a117e 100644 (file)
@@ -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();
        }