mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-08 03:01:43 +09:00
Fix incorrect translation of use_object_cache setting to XE format
This commit is contained in:
parent
3b366dde76
commit
8ef0d05ecb
1 changed files with 1 additions and 1 deletions
|
|
@ -561,7 +561,7 @@ class Context
|
|||
{
|
||||
$db_info->slave_db = array($db_info->master_db);
|
||||
}
|
||||
$db_info->use_object_cache = count($config['cache']) ? array_first($config['cache']) : null;
|
||||
$db_info->use_object_cache = $config['cache']['type'] ?: null;
|
||||
$db_info->ftp_info = new stdClass;
|
||||
$db_info->ftp_info->ftp_host = $config['ftp']['host'];
|
||||
$db_info->ftp_info->ftp_port = $config['ftp']['port'];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue