mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-24 04:42:14 +09:00
Fix incorrect display of default cache type in admin screen
This commit is contained in:
parent
9d3c69120c
commit
46f15e0a68
1 changed files with 1 additions and 1 deletions
|
|
@ -502,7 +502,7 @@ class adminAdminView extends admin
|
|||
}
|
||||
else
|
||||
{
|
||||
$object_cache_type = 'file';
|
||||
$object_cache_type = 'dummy';
|
||||
}
|
||||
$cache_default_ttl = 86400;
|
||||
$cache_servers = Rhymix\Framework\Config::get('cache');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue