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