object cache를 삭제하지 못할수있는 버그수정 #190
This commit is contained in:
@ -68,7 +68,7 @@ Class G5_object_cache {
|
||||
}
|
||||
|
||||
function delete($key, $group='default') {
|
||||
switch ($type) {
|
||||
switch ($key) {
|
||||
case 'bbs':
|
||||
$datas = $this->writes;
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user