diff options
| author | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2012-01-18 15:30:41 +0000 |
|---|---|---|
| committer | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2012-01-18 15:30:41 +0000 |
| commit | b78b5bc003891c5f5ac4e9aa4c4c2360c2ee46e9 (patch) | |
| tree | ce1d83741dcfeaf5a697748137141d124458b509 /roundcubemail/program/include | |
| parent | 7ef3959be906df61f6b394f878f1e10852760c80 (diff) | |
rcube_imap::update_cache() is used by some plugins
git-svn-id: https://svn.roundcube.net/trunk@5797 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 3e2abe71e..234e8d884 100644 --- a/roundcubemail/program/include/rcube_imap.php +++ b/roundcubemail/program/include/rcube_imap.php @@ -3553,7 +3553,7 @@ class rcube_imap extends rcube_storage * @param string $key Cache key * @param mixed $data Data */ - protected function update_cache($key, $data) + public function update_cache($key, $data) { if ($cache = $this->get_cache_engine()) { $cache->set($key, $data); |
