From 974a55da23a6f1473427cb7dd917e635f39b62aa Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C3=86var=20Arnfj=C3=B6r=C3=B0=20Bjarmason?= Date: Sun, 4 Jul 2010 22:11:20 +0000 Subject: [PATCH] LocalSettingsGenerator: Document $wgLanguageCode in the generated LocalSettings.php --- includes/installer/LocalSettingsGenerator.php | 1 + 1 file changed, 1 insertion(+) diff --git a/includes/installer/LocalSettingsGenerator.php b/includes/installer/LocalSettingsGenerator.php index 2893c7a4cc..df25d5d4c3 100644 --- a/includes/installer/LocalSettingsGenerator.php +++ b/includes/installer/LocalSettingsGenerator.php @@ -238,6 +238,7 @@ if ( \$wgCommandLineMode ) { \$wgLocalInterwiki = strtolower( \$wgSitename ); +# Site language code, should be one of ./languages/Language(.*).php \$wgLanguageCode = \"{$this->values['wgLanguageCode']}\"; \$wgSecretKey = \"{$this->values['wgSecretKey']}\"; -- 2.20.1