http://www.mediawiki.org/wiki/Special:Code/MediaWiki/90685

Revision: 90685
Author:   robin
Date:     2011-06-24 00:25:14 +0000 (Fri, 24 Jun 2011)
Log Message:
-----------
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).

Modified Paths:
--------------
    trunk/phase3/includes/installer/LocalSettingsGenerator.php

Modified: trunk/phase3/includes/installer/LocalSettingsGenerator.php
===================================================================
--- trunk/phase3/includes/installer/LocalSettingsGenerator.php  2011-06-24 
00:11:53 UTC (rev 90684)
+++ trunk/phase3/includes/installer/LocalSettingsGenerator.php  2011-06-24 
00:25:14 UTC (rev 90685)
@@ -309,7 +309,7 @@
 ## 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']}\";


_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to