[-] Classes : fixed cachefs and memcache classes #PSCFV-5225 thanks @prestalab
This commit is contained in:
Vendored
+1
@@ -149,6 +149,7 @@ class CacheFsCore extends Cache
|
||||
*/
|
||||
protected function getFilename($key)
|
||||
{
|
||||
$key = md5($key);
|
||||
$path = _PS_CACHEFS_DIRECTORY_;
|
||||
for ($i = 0; $i < $this->depth; $i++)
|
||||
$path .= $key[$i].'/';
|
||||
|
||||
Reference in New Issue
Block a user