Set $wgLanguageConverterCacheType to CACHE_NONE in installer
Change-Id: I03ddd59fe7758032b3faa401ff1b0fa3b459e723
This commit is contained in:
parent
05e656af5b
commit
b5153c2532
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue