http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12041 Jonathan Druart <jonathan.druart@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart@biblibre.co | |m --- Comment #9 from Jonathan Druart <jonathan.druart@biblibre.com> --- Robin, All looks good but I don't understand something in the current code. In Koha/Cache.pm 458 unless ( lc( $args->{cache_type} ) eq 'null' ) { 459 $args->{'cache'} = $self; 460 $args->{'cache_type'} ||= $ENV{'CACHING_SYSTEM'}; 461 } Isn't it $self->{cache_type} instead of $args->{cache_type}? -- You are receiving this mail because: You are watching all bug changes.