X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/7d0b39405effe7bf479c06c33133960fc45fcc2a..f59ed16fa072d31e5d9190d1b1b0b917b7ac39f3:/SL/Form.pm diff --git a/SL/Form.pm b/SL/Form.pm index 32ea04d85..ca8d4fc22 100644 --- a/SL/Form.pm +++ b/SL/Form.pm @@ -720,7 +720,7 @@ sub _prepare_html_template { my ($self, $file, $additional_params) = @_; my $language; - if (!defined(%main::myconfig) || !defined($main::myconfig{"countrycode"})) { + if (!%::myconfig || !$::myconfig{"countrycode"}) { $language = $main::language; } else { $language = $main::myconfig{"countrycode"};