View | Details | Raw Unified | Return to bug 16520
Collapse All | Expand All

(-)a/C4/Context.pm (-2 / +1 lines)
Lines 401-407 with this method. Link Here
401
401
402
=cut
402
=cut
403
403
404
my $syspref_cache;
404
my $syspref_cache = Koha::Caches->get_instance('syspref');
405
my $use_syspref_cache = 1;
405
my $use_syspref_cache = 1;
406
sub preference {
406
sub preference {
407
    my $self = shift;
407
    my $self = shift;
408
- 

Return to bug 16520