Reset internal cache index in close()

Conflicts:

	program/lib/Roundcube/rcube_cache.php
	program/lib/Roundcube/rcube_cache_shared.php
pull/282/merge
Aleksander Machniak 9 years ago
parent 895efa1d42
commit 612b04ac30

@ -242,6 +242,9 @@ class rcube_cache
}
$this->write_index();
// reset internal cache index, thanks to this we can force index reload
$this->index = null;
}

@ -237,6 +237,9 @@ class rcube_cache_shared
}
$this->write_index();
// reset internal cache index, thanks to this we can force index reload
$this->index = null;
}

Loading…
Cancel
Save