Merge Fehler
authorSven Schöling <s.schoeling@linet-services.de>
Mon, 28 Jun 2010 11:35:10 +0000 (13:35 +0200)
committerSven Schöling <s.schoeling@linet-services.de>
Mon, 28 Jun 2010 11:35:10 +0000 (13:35 +0200)
SL/Template/Plugin/LxERP.pm

index dded297..b36fceb 100644 (file)
@@ -109,7 +109,7 @@ sub abs {
 }
 
 sub t8 {
-  my ($self, $text, $args) = @_;
+  my ($self, $text, @args) = @_;
   $self->{locale} ||= Locale->new($::myconfig{countrycode}, 'all');
   return $self->{locale}->text($text, @args) || $text;
 }