$locale ist in einem anderen Namensraum.
authorMoritz Bunkus <m.bunkus@linet-services.de>
Mon, 11 Feb 2008 11:20:04 +0000 (11:20 +0000)
committerMoritz Bunkus <m.bunkus@linet-services.de>
Mon, 11 Feb 2008 11:20:04 +0000 (11:20 +0000)
SL/Template/Plugin/LxERP.pm

index accdae0..1bd03da 100644 (file)
@@ -62,7 +62,7 @@ sub _turn90_word {
   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 {