From: Robin Pepermans Date: Fri, 24 Jun 2011 00:25:14 +0000 (+0000) Subject: The comment refers to the wrong path (should have been languages/classes/LanguageXx... X-Git-Tag: 1.31.0-rc.0~29319 X-Git-Url: https://git.cyclocoop.org/admin/?a=commitdiff_plain;h=2a4f245ea3edb21ad15286be197b0436ccabe252;p=lhc%2Fweb%2Fwiklou.git The comment refers to the wrong path (should have been languages/classes/LanguageXx.php). Instead, refer to Names.php because it is a complete list (there is e.g. no LanguageNl.php file). --- diff --git a/includes/installer/LocalSettingsGenerator.php b/includes/installer/LocalSettingsGenerator.php index 41b345fae3..64def40877 100644 --- a/includes/installer/LocalSettingsGenerator.php +++ b/includes/installer/LocalSettingsGenerator.php @@ -309,7 +309,7 @@ if ( !defined( 'MEDIAWIKI' ) ) { ## be publically accessible from the web. #\$wgCacheDirectory = \"\$IP/cache\"; -# Site language code, should be one of ./languages/Language(.*).php +# Site language code, should be one of the list in ./languages/Names.php \$wgLanguageCode = \"{$this->values['wgLanguageCode']}\"; \$wgSecretKey = \"{$this->values['wgSecretKey']}\";