X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/470a8fa1710b22e2b381eef4cacb01bebaeff725..84a7707e1de7cf9a67258dec688f9eb5e55a6893:/SL/Template/Plugin/T8.pm diff --git a/SL/Template/Plugin/T8.pm b/SL/Template/Plugin/T8.pm index ca62e8604..aff440181 100644 --- a/SL/Template/Plugin/T8.pm +++ b/SL/Template/Plugin/T8.pm @@ -6,7 +6,7 @@ use parent qw( Template::Plugin::Filter ); my $cached_instance; sub new { - my ($class) = shift; + my $class = shift; return $cached_instance ||= $class->SUPER::new(@_); }