From 945e7f5c04f11bb6950c5ef9149db541ad7a4087 Mon Sep 17 00:00:00 2001 From: Kyle M Hall Date: Mon, 28 Sep 2015 10:21:39 -0400 Subject: [PATCH] Bug 14522: (QA followup) Remove $single_holidays global Signed-off-by: Kyle M Hall Signed-off-by: Tomas Cohen Arazi --- Koha/Calendar.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Koha/Calendar.pm b/Koha/Calendar.pm index 550f063fc1..1702a8106c 100644 --- a/Koha/Calendar.pm +++ b/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 ) = @_; -- 2.20.1