X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/76c486e3bf157e844b0cf11828d55dae2cb7e439..b71b35308c2f7c628666e4a69e6c3b90cefc5ed0:/SL/Locale.pm diff --git a/SL/Locale.pm b/SL/Locale.pm index b869587ca..d6ac18157 100644 --- a/SL/Locale.pm +++ b/SL/Locale.pm @@ -215,7 +215,7 @@ sub findsub { if (exists $self->{subs}{$text_rev}) { $text = $self->{subs}{$text_rev}; } elsif ($self->{countrycode} && $self->{NLS_file}) { - Form->error("$text not defined in locale/$self->{countrycode}/$self->{NLS_file}"); + $main::form->error("$text not defined in locale/$self->{countrycode}/$self->{NLS_file}"); } $main::lxdebug->leave_sub();