alecpl
2011-05-21 bc8c2c57880523472b30f475d566a8133e2d2e20
- Fix s/pattern/prefix/ in clear_cache()


1 files modified
2 ■■■ changed files
program/include/rcube_imap.php 2 ●●● patch | view | raw | blame | history
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);
        }
    }