Browse Source

Bug 14522: (QA followup) Remove $single_holidays global

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@unc.edu.ar>
3.22.x
Kyle Hall 9 years ago
committed by Tomas Cohen Arazi
parent
commit
945e7f5c04
  1. 2
      Koha/Calendar.pm

2
Koha/Calendar.pm

@ -59,7 +59,7 @@ sub _init {
# 3.16, bug 8089 will be fixed and we can switch the caching over
# to Koha::Cache.
our ( $exception_holidays, $single_holidays ); ## no need for $single_holidays now, surely?
our $exception_holidays;
sub exception_holidays {
my ( $self ) = @_;

Loading…
Cancel
Save