From d183ffd0c73e2058ca9a41e32d04fc568b6eeee4 Mon Sep 17 00:00:00 2001 From: alec Date: Sat, 21 May 2011 18:04:51 +0000 Subject: - Fix s/pattern/prefix/ in clear_cache() git-svn-id: https://svn.roundcube.net/trunk@4799 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/program/include/rcube_imap.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'roundcubemail/program/include/rcube_imap.php') diff --git a/roundcubemail/program/include/rcube_imap.php b/roundcubemail/program/include/rcube_imap.php index d6e4440cc..31f196d4a 100644 --- a/roundcubemail/program/include/rcube_imap.php +++ b/roundcubemail/program/include/rcube_imap.php @@ -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); } } -- cgit v1.2.3