Aleksander Machniak
2015-07-22 612b04ac306b8b1d557c5a5d49816be783437ed3
Reset internal cache index in close()

Conflicts:

program/lib/Roundcube/rcube_cache.php
program/lib/Roundcube/rcube_cache_shared.php
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
@@ -242,6 +242,9 @@
        }
        $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
@@ -237,6 +237,9 @@
        }
        $this->write_index();
        // reset internal cache index, thanks to this we can force index reload
        $this->index = null;
    }