X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/31a9cb9dbe9eb562576f69b77676e880781ed332..b95c5658c6e036170dc1b85593bd432d0e58f5cf:/SL/Template/Plugin/T8.pm diff --git a/SL/Template/Plugin/T8.pm b/SL/Template/Plugin/T8.pm index ca62e8604..6ab91db7b 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) = @_; return $cached_instance ||= $class->SUPER::new(@_); }