summaryrefslogtreecommitdiff
path: root/roundcubemail
diff options
context:
space:
mode:
authoralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2011-05-17 10:38:42 +0000
committeralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2011-05-17 10:38:42 +0000
commit39987fc5ecd65a3ac689bbc8f3817af61aeeb4da (patch)
treef92e72eb40735c54f5cab7d874e056624b60e5a9 /roundcubemail
parentf453bae10b41757b81ee8d37e339fa9dd8662f2d (diff)
- Make update_cahce() method to be publicly available
git-svn-id: https://svn.roundcube.net/trunk@4777 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail')
-rw-r--r--roundcubemail/program/include/rcube_imap.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/roundcubemail/program/include/rcube_imap.php b/roundcubemail/program/include/rcube_imap.php
index eb987dca0..d73792cf7 100644
--- a/roundcubemail/program/include/rcube_imap.php
+++ b/roundcubemail/program/include/rcube_imap.php
@@ -3768,9 +3768,9 @@ class rcube_imap
*
* @param string $key Cache key
* @param mixed $data Data
- * @access private
+ * @access public
*/
- private function update_cache($key, $data)
+ function update_cache($key, $data)
{
$this->cache[$key] = $data;
$this->cache_changed = true;