Bug 20582: Fix a cache issue in Koha::App::{Opac,Intranet}
commitae0c2b52a21f9b6a2705bc745ad0013bf50d3264
authorJulian Maurice <julian.maurice@biblibre.com>
Fri, 28 Aug 2020 13:39:00 +0000 (28 17:39 +0400)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Tue, 6 Oct 2020 10:00:05 +0000 (6 12:00 +0200)
tree4397a6758d8b943fb744b95f90cd3236d75139ba
parentf6a76aae0c66e4103627e55ebff68b58a06a9b32
Bug 20582: Fix a cache issue in Koha::App::{Opac,Intranet}

This was a workaround I wrote when Koha::Caches->flush_L1_caches was not
flushing all caches correctly. Now it's not needed and it causes
problems, so it must be removed.

Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Koha/App/Intranet.pm
Koha/App/Opac.pm