object cache를 삭제하지 못할수있는 버그수정 #190

This commit is contained in:
thisgun
2022-05-25 18:57:16 +09:00
parent 096f744f61
commit e3016b7a77

View File

@ -68,7 +68,7 @@ Class G5_object_cache {
} }
function delete($key, $group='default') { function delete($key, $group='default') {
switch ($type) { switch ($key) {
case 'bbs': case 'bbs':
$datas = $this->writes; $datas = $this->writes;
break; break;