파일캐시 truncate 항상 true 리턴

This commit is contained in:
conory 2015-12-19 16:20:43 +09:00
parent 03b0fca859
commit 7b229691b6

View file

@ -171,6 +171,7 @@ class CacheFile extends CacheBase
function truncate()
{
FileHandler::removeFilesInDir($this->cache_dir);
return true;
}
}