mirror of
https://github.com/friendica/friendica
synced 2024-11-10 05:42:54 +00:00
bug in memcached clear function
This commit is contained in:
parent
f95c420801
commit
1dafaa69c5
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ class MemcachedCacheDriver extends AbstractCacheDriver implements IMemoryCacheDr
|
|||
|
||||
public function clear()
|
||||
{
|
||||
return true;
|
||||
return $this->memcached->flush();
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue