From: Nikola Smolenski Date: Mon, 7 May 2012 07:51:38 +0000 (+0200) Subject: Set $wgLanguageConverterCacheType to CACHE_NONE in installer X-Git-Tag: 1.31.0-rc.0~23562^2 X-Git-Url: http://git.cyclocoop.org/%24href?a=commitdiff_plain;h=b5153c2532934de6fa7da732cfd7b70c98705c5d;p=lhc%2Fweb%2Fwiklou.git Set $wgLanguageConverterCacheType to CACHE_NONE in installer Change-Id: I03ddd59fe7758032b3faa401ff1b0fa3b459e723 --- diff --git a/includes/installer/Installer.php b/includes/installer/Installer.php index f703c7abfd..12a84a1161 100644 --- a/includes/installer/Installer.php +++ b/includes/installer/Installer.php @@ -1607,6 +1607,8 @@ abstract class Installer { // Don't access the database $GLOBALS['wgUseDatabaseMessages'] = false; + // Don't cache langconv tables + $GLOBALS['wgLanguageConverterCacheType'] = CACHE_NONE; // Debug-friendly $GLOBALS['wgShowExceptionDetails'] = true; // Don't break forms