- Make update_cahce() method to be publicly available

release-0.6
alecpl 13 years ago
parent 74bc4acd27
commit 1f385b8a3d

@ -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;

Loading…
Cancel
Save