]> wagnertech.de Git - kivitendo-erp.git/blobdiff - SL/Template/Plugin/T8.pm
Presenter: mehr Funktionen von L in Tag-Presenter verschieben
[kivitendo-erp.git] / SL / Template / Plugin / T8.pm
index ca62e8604bef55c464f3114b6d7aff7c0ba3c89e..aff440181128f471be606fba00f43d39bcff6f54 100644 (file)
@@ -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(@_);
 }