修复 文件缓存读取

This commit is contained in:
Discuz! 2017-02-13 17:34:57 +08:00
commit ee005b9697
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ class memory_driver_file {
$this->enable = false;
}
}
private function cachefile($key) {
return str_replace('_', '/', $key).'/'.$key;
}