From c49476641a2fb105ecd28fdb596052ca421ab1e1 Mon Sep 17 00:00:00 2001 From: Jared Camins-Esakov Date: Sat, 30 Mar 2013 23:35:55 -0400 Subject: [PATCH] Bug 9479 follow-up: only set KohaDates as dynamic once --- Koha/Template/Plugin/KohaDates.pm | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Koha/Template/Plugin/KohaDates.pm b/Koha/Template/Plugin/KohaDates.pm index 7c5ee68e38..882d51e04e 100644 --- a/Koha/Template/Plugin/KohaDates.pm +++ b/Koha/Template/Plugin/KohaDates.pm @@ -25,12 +25,6 @@ use base qw( Template::Plugin::Filter ); use Koha::DateUtils; our $DYNAMIC = 1; -sub init { - my $self = shift; - $self->{ _DYNAMIC } = 1; - return $self; -} - sub filter { my ( $self, $text, $args, $config ) = @_; return "" unless $text; -- 2.20.1