Bug 33720: Also flush in install
Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
This commit is contained in:
parent
4391e23ea5
commit
41c43449c6
1 changed files with 5 additions and 0 deletions
|
@ -32,10 +32,15 @@ use C4::Installer;
|
|||
use C4::Installer::PerlModules;
|
||||
|
||||
use Koha;
|
||||
use Koha::Caches;
|
||||
|
||||
my $query = CGI->new;
|
||||
my $step = $query->param('step');
|
||||
|
||||
# Flush memcached before we begin
|
||||
Koha::Caches->get_instance('config')->flush_all;
|
||||
Koha::Caches->get_instance('sysprefs')->flush_all;
|
||||
|
||||
my $language = $query->param('language');
|
||||
my ( $template, $loggedinuser, $cookie );
|
||||
|
||||
|
|
Loading…
Reference in a new issue