]> git.mxchange.org Git - friendica.git/commitdiff
bug in memcached clear function
authorPhilipp Holzer <admin@philipp.info>
Sat, 7 Jul 2018 16:43:55 +0000 (18:43 +0200)
committerPhilipp Holzer <admin@philipp.info>
Sat, 7 Jul 2018 16:43:55 +0000 (18:43 +0200)
src/Core/Cache/MemcachedCacheDriver.php

index 819cf71c5c6fba73676137f6d04a359b922d6e09..dda6411a96c34fcdf77061483bf9c2935fd310f9 100644 (file)
@@ -77,7 +77,7 @@ class MemcachedCacheDriver extends AbstractCacheDriver implements IMemoryCacheDr
 
        public function clear()
        {
-               return true;
+               return $this->memcached->flush();
        }
 
        /**