X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FLocale.pm;h=881d5925e3df2b1db9d0c39d51840b82db2ba8b8;hb=f97b07787db5cacc0f90338fdb3c1237262917cb;hp=7f8b6c691bf8021b244cb038f210f33dc75f68f7;hpb=e500d8b200c003f753584a8c0bfdc088571848e9;p=kivitendo-erp.git diff --git a/SL/Locale.pm b/SL/Locale.pm index 7f8b6c691..881d5925e 100644 --- a/SL/Locale.pm +++ b/SL/Locale.pm @@ -213,7 +213,7 @@ sub text { my $self = shift; my $text = shift; - if (exists $self->{texts}->{$text}) { + if ($self->{texts}->{$text}) { $text = $self->{iconv}->convert($self->{texts}->{$text}); } else { $text = $self->{iconv_english}->convert($text);