From 240ae2f560582963604106fe0ecbdd6052959f7f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sven=20Sch=C3=B6ling?= Date: Mon, 28 Jun 2010 13:35:10 +0200 Subject: [PATCH] Merge Fehler --- SL/Template/Plugin/LxERP.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.20.1