From 00cb22cf92d267fe602ad37336fba4454c6aa896 Mon Sep 17 00:00:00 2001 From: Aleksander Machniak Date: Sat, 25 May 2013 15:46:20 +0200 Subject: Expunge all cache instances in shutdown --- program/lib/Roundcube/rcube_imap.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'program/lib/Roundcube/rcube_imap.php') diff --git a/program/lib/Roundcube/rcube_imap.php b/program/lib/Roundcube/rcube_imap.php index 43c61fd81..31e7079fb 100644 --- a/program/lib/Roundcube/rcube_imap.php +++ b/program/lib/Roundcube/rcube_imap.php @@ -3749,9 +3749,12 @@ class rcube_imap extends rcube_storage $this->mcache->expunge($ttl); } +/* + // this cache is expunged by rcube class if ($this->cache) { $this->cache->expunge(); } +*/ } -- cgit v1.2.3