Merge "Properly detect if CACHE_ACCEL is available in the installer"
[lhc/web/wiklou.git] / includes / installer / LocalSettingsGenerator.php
index 38019e4..a9710eb 100644 (file)
@@ -241,7 +241,7 @@ class LocalSettingsGenerator {
                }
 
                if ( !$this->values['wgShellLocale'] ) {
-                       $this->values['wgShellLocale'] = 'en_US.UTF-8';
+                       $this->values['wgShellLocale'] = 'C.UTF-8';
                        $locale = '#';
                } else {
                        $locale = '';