X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/fa7fc7eeb3ca718914affee06c0629a08d571288..5e96049428deceda2ef857930bbf67311deccbcb:/scripts/task_server.pl diff --git a/scripts/task_server.pl b/scripts/task_server.pl index f3422d62d..9330cc2fa 100755 --- a/scripts/task_server.pl +++ b/scripts/task_server.pl @@ -76,7 +76,7 @@ sub lxinit { } sub per_job_initialization { - $::locale = Locale->new($::lx_office_conf{system}->{language}); + $::locale = Locale->new($::myconfig{countrycode} || $::lx_office_conf{system}->{language}); $::form = Form->new; $::instance_conf = SL::InstanceConfiguration->new; $::request = SL::Request->new(