From: Moritz Bunkus Date: Mon, 11 Feb 2008 11:20:04 +0000 (+0000) Subject: $locale ist in einem anderen Namensraum. X-Git-Tag: release-2.6.0beta1~239 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=f2860992e33c0269fe99dd8105cbf5ace857b50b;p=kivitendo-erp.git $locale ist in einem anderen Namensraum. --- diff --git a/SL/Template/Plugin/LxERP.pm b/SL/Template/Plugin/LxERP.pm index accdae080..1bd03dab8 100644 --- a/SL/Template/Plugin/LxERP.pm +++ b/SL/Template/Plugin/LxERP.pm @@ -62,7 +62,7 @@ sub _turn90_word { my $self = shift; my $word = shift || ""; - return join '
', map { $locale->quote_special_chars('HTML', $_) } split(m//, $word); + return join '
', map { $main::locale->quote_special_chars('HTML', $_) } split(m//, $word); } sub turn90 {