修复 清除缓存功能BUG

This commit is contained in:
Discuz! 2017-02-09 15:25:14 +08:00
parent abdc492b9a
commit 35c1df4c28
1 changed files with 1 additions and 1 deletions

View File

@ -2223,7 +2223,7 @@ EOT;
$cachelist[] = array($memory->cacheName,
$memory->env($config) ? cplang('setting_memory_php_enable') : cplang('setting_memory_php_disable'),
$available ? cplang('open') : cplang('closed'),
$cache_type == $cache ? $do_clear_link : '--'
$cache_type == $memory->cacheName ? $do_clear_link : '--'
);
}
}