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

(-)a/Koha/Template/Plugin/Branches.pm (-1 / +1 lines)
Lines 30-35 use Koha::Libraries; Link Here
30
30
31
sub GetName {
31
sub GetName {
32
    my ( $self, $branchcode ) = @_;
32
    my ( $self, $branchcode ) = @_;
33
    return q{} unless defined $branchcode;
33
34
34
    my $memory_cache = Koha::Cache::Memory::Lite->get_instance;
35
    my $memory_cache = Koha::Cache::Memory::Lite->get_instance;
35
    my $cache_key    = "Library_branchname:" . $branchcode;
36
    my $cache_key    = "Library_branchname:" . $branchcode;
36
- 

Return to bug 29826