rcube_imap::update_cache() is used by some plugins

pull/1/head
thomascube 13 years ago
parent f295d2b5b0
commit 37cec41ba5

@ -3553,7 +3553,7 @@ class rcube_imap extends rcube_storage
* @param string $key Cache key * @param string $key Cache key
* @param mixed $data Data * @param mixed $data Data
*/ */
protected function update_cache($key, $data) public function update_cache($key, $data)
{ {
if ($cache = $this->get_cache_engine()) { if ($cache = $this->get_cache_engine()) {
$cache->set($key, $data); $cache->set($key, $data);

Loading…
Cancel
Save