mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
#322 file cache 경로 문제 수정.
This commit is contained in:
parent
962163586f
commit
41b2afaa0f
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) . '.php';
|
||||
return $this->cache_dir . str_replace(':', DIRECTORY_SEPARATOR, $key) . '.php';
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue