Bug 11998: follow-up for the debian package psgi file
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Thu, 3 Mar 2016 16:52:51 +0000 (16:52 +0000)
committerBrendan Gallagher <brendan@bywatersolutions.com>
Tue, 15 Mar 2016 07:08:29 +0000 (07:08 +0000)
Signed-off-by: Tomas Cohen Arazi <tomascohen@unc.edu.ar>
Signed-off-by: Jacek Ablewicz <abl@biblos.pk.edu.pl>
Signed-off-by: Brendan Gallagher brendan@bywatersolutions.com
debian/templates/plack.psgi

index 9f40d5f..559e598 100644 (file)
@@ -48,8 +48,6 @@ use CGI qw(-utf8 ); # we will loose -utf8 under plack, otherwise
     };
 }
 
-C4::Context->disable_syspref_cache();
-
 my $intranet = Plack::App::CGIBin->new(
     root => '/usr/share/koha/intranet/cgi-bin'
 );