Quote:
Originally Posted by squishi
There's a bug in the memcache class, I believe.
A manual flush of the cache through the admin panel did not work.
I think it can be fixed by changing
PHP Code:
public function do_flush($silent = false)
to
PHP Code:
public function flush($silent = false)
in class_operator_memcache.php.
Can somebody confirm this bug?
|
Thats a function tho. You'll have to look if the function is being called.