mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
#242 file cache 사용 시 계층형 디렉토리 구조로 배치하도록 변경.
This commit is contained in:
parent
21057ca527
commit
e4088586d7
1 changed files with 1 additions and 1 deletions
2
classes/cache/CacheFile.class.php
vendored
2
classes/cache/CacheFile.class.php
vendored
|
|
@ -49,7 +49,7 @@ class CacheFile extends CacheBase
|
|||
*/
|
||||
function getCacheFileName($key)
|
||||
{
|
||||
return $this->cache_dir . str_replace(':', '_', $key);
|
||||
return $this->cache_dir . str_replace(':', '/', $key);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue