X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FTemplate%2FPlugin%2FT8.pm;h=aff440181128f471be606fba00f43d39bcff6f54;hb=549f187d3a2b1d15f96c4556714666ed954447bb;hp=6ab91db7b36092c2c78afdba94f6b67ac92931a0;hpb=b95c5658c6e036170dc1b85593bd432d0e58f5cf;p=kivitendo-erp.git 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(@_); }