[-] BO : 'MCached' is 'CacheMemcache' for PS_CACHING_SYSTEM_
This commit is contained in:
@@ -761,7 +761,7 @@ class AdminPerformanceControllerCore extends AdminController
|
||||
Configuration::updateValue('PS_CACHEFS_DIRECTORY_DEPTH', (int)$depth);
|
||||
}
|
||||
}
|
||||
else if ($caching_system == 'MCached' && $cache_active && !_PS_CACHE_ENABLED_ && _PS_CACHING_SYSTEM_ == 'MCached')
|
||||
else if ($caching_system == 'CacheMemcache' && $cache_active && !_PS_CACHE_ENABLED_ && _PS_CACHING_SYSTEM_ == 'CacheMemcache')
|
||||
Cache::getInstance()->flush();
|
||||
|
||||
if (!count($this->errors))
|
||||
|
||||
Reference in New Issue
Block a user