https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20630 --- Comment #6 from Josef Moravec <josef.moravec@gmail.com> --- Comment on attachment 74671 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=74671 Bug 20630: An attempt at multitenancy with Mojolicious Review of attachment 74671: --> (https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=20630&attachment=74671) ----------------------------------------------------------------- ::: Koha/App/Koha.pm @@ +73,5 @@
+ my $caches = $Koha::Caches::singleton_caches; + if ($caches) { + foreach my $key (keys %$caches) { + my $cache = $caches->{$key}; + if (ref $cache->{cache} eq 'Cache::Memory') {
This should not be needed, as of Cache::Memory was removed by bug 21955 -- You are receiving this mail because: You are watching all bug changes.