修复文件缓存删除方法BUG
This commit is contained in:
parent
4ef56bada9
commit
a90691e871
|
@ -67,7 +67,7 @@ class memory_driver_file {
|
|||
}
|
||||
|
||||
public function rm($key) {
|
||||
return @unlink(DISCUZ_ROOT.$this->path.$this->cachefile($key));
|
||||
return @unlink(DISCUZ_ROOT.$this->path.$this->cachefile($key).'.php');
|
||||
}
|
||||
|
||||
private function dir_clear($dir) {
|
||||
|
|
Loading…
Reference in New Issue