alecpl
2011-05-23 c9f4e9bc659a06f6d12c21ddfba0432ccf654e99
program/include/rcube_imap.php
@@ -3794,7 +3794,7 @@
    function clear_cache($key=null, $prefix_mode=false)
    {
        if ($this->cache) {
            $this->cache->remove($key, $pattern_mode);
            $this->cache->remove($key, $prefix_mode);
        }
    }