[Koha-bugs] [Bug 12041] Improve Koha::Cache

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu May 22 15:55:13 CEST 2014


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12041

Jonathan Druart <jonathan.druart at biblibre.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jonathan.druart at biblibre.co
                   |                            |m

--- Comment #9 from Jonathan Druart <jonathan.druart at 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.


More information about the Koha-bugs mailing list