- Fix s/pattern/prefix/ in clear_cache()

release-0.6
alecpl 13 years ago
parent b9e42ecb46
commit bc8c2c5788

@ -3794,7 +3794,7 @@ class rcube_imap
function clear_cache($key=null, $prefix_mode=false)
{
if ($this->cache) {
$this->cache->remove($key, $pattern_mode);
$this->cache->remove($key, $prefix_mode);
}
}

Loading…
Cancel
Save