X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/61de23f816d2844c8d43f1ab9911497968cbfffe..240ae2f560582963604106fe0ecbdd6052959f7f:/SL/Template/Plugin/LxERP.pm diff --git a/SL/Template/Plugin/LxERP.pm b/SL/Template/Plugin/LxERP.pm index dded29777..b36fcebee 100644 --- a/SL/Template/Plugin/LxERP.pm +++ b/SL/Template/Plugin/LxERP.pm @@ -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; }