mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-17 15:03:25 +00:00
Fix Legofferie
This commit is contained in:
@@ -65,7 +65,7 @@ class MemcacheCache extends ServiceAbstract implements ServiceInterface
|
||||
|
||||
$stats = @$memcache->getExtendedStats();
|
||||
|
||||
if (isset($stats[$key]) && @$memcache->connect($this->host, $this->port))
|
||||
if (isset($stats[$key]))
|
||||
{
|
||||
$service = new CacheDriver\MemcacheCache();
|
||||
$service->setMemcache($memcache);
|
||||
|
Reference in New Issue
Block a user