]> wagnertech.de Git - kivitendo-erp.git/blobdiff - scripts/task_server.pl
Simples Pagination System als Manager Mixin.
[kivitendo-erp.git] / scripts / task_server.pl
index 1931b6a864e4472aa02c1d76cbea0467723987fc..9bf2cb38461005e1320dce03183ed9611963c71d 100755 (executable)
@@ -40,9 +40,9 @@ sub lxinit {
 
   $::lxdebug = LXDebug->new;
   $::locale  = Locale->new($::lx_office_conf{system}->{language});
 
   $::lxdebug = LXDebug->new;
   $::locale  = Locale->new($::lx_office_conf{system}->{language});
-  $::cgi     = CGI->new qw();
   $::form    = Form->new;
   $::auth    = SL::Auth->new;
   $::form    = Form->new;
   $::auth    = SL::Auth->new;
+  $::request = { cgi => CGI->new({}) };
 
   die 'cannot reach auth db'               unless $::auth->session_tables_present;
 
 
   die 'cannot reach auth db'               unless $::auth->session_tables_present;