@@ -, +, @@ Squashable1, fix pesky syspref cache issue --- Koha/Caches.pm | 1 - 1 file changed, 1 deletion(-) --- a/Koha/Caches.pm +++ a/Koha/Caches.pm @@ -77,7 +77,6 @@ sub flush { for my $k ( keys %$singleton_caches ) { my $cache = $singleton_caches->{$k}; $cache->flush_all(); - delete $singleton_caches->{$k}; } } --