Always test your code, Moritz...
authorMoritz Bunkus <m.bunkus@linet-services.de>
Mon, 18 Apr 2011 09:17:17 +0000 (11:17 +0200)
committerMoritz Bunkus <m.bunkus@linet-services.de>
Mon, 18 Apr 2011 09:17:17 +0000 (11:17 +0200)
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(@_);
 }