object cache를 삭제하지 못할수있는 버그수정 #190
This commit is contained in:
@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user