X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FTemplate%2FPlugin%2FT8.pm;h=aff440181128f471be606fba00f43d39bcff6f54;hb=ea32f94d4ea8a8fd505fbd3eead7ae44dbc22f06;hp=ca62e8604bef55c464f3114b6d7aff7c0ba3c89e;hpb=470a8fa1710b22e2b381eef4cacb01bebaeff725;p=kivitendo-erp.git diff --git a/SL/Template/Plugin/T8.pm b/SL/Template/Plugin/T8.pm index ca62e8604..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) = shift; + my $class = shift; return $cached_instance ||= $class->SUPER::new(@_); }