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