mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-02-01 17:49:58 +09:00
merge from r10733
git-svn-id: http://xe-core.googlecode.com/svn/trunk@10819 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
dc29b17c97
commit
7aa4798373
1 changed files with 1 additions and 1 deletions
2
classes/cache/CacheFile.class.php
vendored
2
classes/cache/CacheFile.class.php
vendored
|
|
@ -22,7 +22,7 @@ class CacheFile extends CacheBase {
|
||||||
if(!is_dir($this->cache_dir)) FileHandler::makeDir($this->cache_dir);
|
if(!is_dir($this->cache_dir)) FileHandler::makeDir($this->cache_dir);
|
||||||
}
|
}
|
||||||
|
|
||||||
private function getCacheFileName($key){
|
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