Ticket #1485051: rcube_imap.diff

File rcube_imap.diff, 371 bytes (added by jeblair, 6 months ago)

Patch to rcube_imap.inc to test for caching when clearing the cache

  • program/include/rcube_imap.inc

    === modified file 'program/include/rcube_imap.inc'
     
    19011901   */ 
    19021902  function clear_cache($key=NULL) 
    19031903    { 
     1904    if (!$this->caching_enabled) 
     1905      return; 
    19041906    if ($key===NULL) 
    19051907      { 
    19061908      foreach ($this->cache as $key => $data)