diff --git a/includes/installer/Installer.php b/includes/installer/Installer.php index f703c7abfd1..12a84a1161a 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