merge from r10733

git-svn-id: http://xe-core.googlecode.com/svn/trunk@10819 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ovclas 2012-07-02 05:22:47 +00:00
parent dc29b17c97
commit 7aa4798373

View file

@ -22,7 +22,7 @@ class CacheFile extends CacheBase {
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);
}