Bug 11998: Do not clear syspref cache in psgi file
[koha.git] / misc / plack / koha.psgi
index 2415640..1953b5c 100644 (file)
@@ -12,7 +12,6 @@ use CGI qw(-utf8 ); # we will loose -utf8 under plack
     *CGI::new = sub {
         my $q = $old_new->( @_ );
         $CGI::PARAM_UTF8 = 1;
-        C4::Context->clear_syspref_cache();
         return $q;
     };
 }