Merge "Set $wgLanguageConverterCacheType to CACHE_NONE in installer"
authorDemon <chadh@wikimedia.org>
Sun, 20 May 2012 14:28:12 +0000 (14:28 +0000)
committerGerrit Code Review <gerrit@wikimedia.org>
Sun, 20 May 2012 14:28:12 +0000 (14:28 +0000)
includes/installer/Installer.php

index f703c7a..12a84a1 100644 (file)
@@ -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