]> wagnertech.de Git - mfinanz.git/blobdiff - SL/Template/Plugin/LxERP.pm
Merge Fehler
[mfinanz.git] / SL / Template / Plugin / LxERP.pm
index dded29777913a777b375558d55eead40795ddaa1..b36fcebeeebb3896e7ceb283f3e90119f256ec6d 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;
 }