X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=scripts%2Ftask_server.pl;h=9bf2cb38461005e1320dce03183ed9611963c71d;hb=fc1ff1a03f56176d1e84bc0345443f561426a4a7;hp=66e81e7c8ea31bc0a5fbdb12aa89ad4dd0ab2ee1;hpb=772f08d07f41febb13a52e066036d23faa0490fc;p=kivitendo-erp.git diff --git a/scripts/task_server.pl b/scripts/task_server.pl index 66e81e7c8..9bf2cb384 100755 --- a/scripts/task_server.pl +++ b/scripts/task_server.pl @@ -40,10 +40,9 @@ sub lxinit { $::lxdebug = LXDebug->new; $::locale = Locale->new($::lx_office_conf{system}->{language}); - $::cgi = CGI->new qw(); $::form = Form->new; $::auth = SL::Auth->new; - $::request = { }; + $::request = { cgi => CGI->new({}) }; die 'cannot reach auth db' unless $::auth->session_tables_present;