Merge branch 'debian' into b-3.6.1
[kivitendo-erp.git] / SL / Template / Plugin / T8.pm
index 6ab91db..aff4401 100644 (file)
@@ -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(@_);
 }