mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
파일캐시 truncate 항상 true 리턴
This commit is contained in:
parent
03b0fca859
commit
7b229691b6
1 changed files with 1 additions and 0 deletions
1
classes/cache/CacheFile.class.php
vendored
1
classes/cache/CacheFile.class.php
vendored
|
|
@ -171,6 +171,7 @@ class CacheFile extends CacheBase
|
|||
function truncate()
|
||||
{
|
||||
FileHandler::removeFilesInDir($this->cache_dir);
|
||||
return true;
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue