r90685 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r90684‎ | r90685 | r90686 >
Date:00:25, 24 June 2011
Author:robin
Status:ok
Tags:
Comment:
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) (history)

Diff [purge]

Index: trunk/phase3/includes/installer/LocalSettingsGenerator.php
@@ -309,7 +309,7 @@
310310 ## be publically accessible from the web.
311311 #\$wgCacheDirectory = \"\$IP/cache\";
312312
313 -# Site language code, should be one of ./languages/Language(.*).php
 313+# Site language code, should be one of the list in ./languages/Names.php
314314 \$wgLanguageCode = \"{$this->values['wgLanguageCode']}\";
315315
316316 \$wgSecretKey = \"{$this->values['wgSecretKey']}\";

Status & tagging log