diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2011-05-21 18:04:51 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2011-05-21 18:04:51 +0000 |
| commit | d183ffd0c73e2058ca9a41e32d04fc568b6eeee4 (patch) | |
| tree | 21b9402083ff9db41dc91959a19cacf944e80545 /roundcubemail/program/include | |
| parent | a036572da2b47557fd14e754104974d741a3938f (diff) | |
- Fix s/pattern/prefix/ in clear_cache()
git-svn-id: https://svn.roundcube.net/trunk@4799 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/include')
| -rw-r--r-- | roundcubemail/program/include/rcube_imap.php | 2 |
1 files changed, 1 insertions, 1 deletions
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); } } |
