]> wagnertech.de Git - mfinanz.git/blobdiff - SL/Template/Plugin/LxERP.pm
$locale ist in einem anderen Namensraum.
[mfinanz.git] / SL / Template / Plugin / LxERP.pm
index accdae080853dfe8e79f2df03f729c58b073b847..1bd03dab83a3986a19915e2729bb3ec5e86f7a23 100644 (file)
@@ -62,7 +62,7 @@ sub _turn90_word {
   my $self = shift;
   my $word = shift || "";
 
   my $self = shift;
   my $word = shift || "";
 
-  return join '<br>', map { $locale->quote_special_chars('HTML', $_) } split(m//, $word);
+  return join '<br>', map { $main::locale->quote_special_chars('HTML', $_) } split(m//, $word);
 }
 
 sub turn90 {
 }
 
 sub turn90 {