Aleksander Machniak
2015-07-22 9335f9cede5b510586c199a14cdd4ab0187a2eec
Reset internal cache index in close()
2 files modified
6 ■■■■■ changed files
program/lib/Roundcube/rcube_cache.php 3 ●●●●● patch | view | raw | blame | history
program/lib/Roundcube/rcube_cache_shared.php 3 ●●●●● patch | view | raw | blame | history
program/lib/Roundcube/rcube_cache.php
@@ -233,6 +233,9 @@
        if ($this->index_changed) {
            $this->write_index();
        }
        // reset internal cache index, thanks to this we can force index reload
        $this->index = null;
    }
    /**
program/lib/Roundcube/rcube_cache_shared.php
@@ -228,6 +228,9 @@
        if ($this->index_changed) {
            $this->write_index();
        }
        // reset internal cache index, thanks to this we can force index reload
        $this->index = null;
    }
    /**