]> wagnertech.de Git - mfinanz.git/blobdiff - SL/Template/Plugin/LxERP.pm
Aufrufe von focus() entfernt.
[mfinanz.git] / SL / Template / Plugin / LxERP.pm
index dded29777913a777b375558d55eead40795ddaa1..40bf195f205f2569b422ed92448fcf621e6c3f7b 100644 (file)
@@ -109,9 +109,8 @@ sub abs {
 }
 
 sub t8 {
-  my ($self, $text, $args) = @_;
-  $self->{locale} ||= Locale->new($::myconfig{countrycode}, 'all');
-  return $self->{locale}->text($text, @args) || $text;
+  my ($self, $text, @args) = @_;
+  return $::locale->text($text, @args) || $text;
 }
 
 1;