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