X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/43b16238344f6c4203db6b660f9d2e68807d4643..7651239bac357dd657806508f87d6ec5040781e0:/SL/Dispatcher.pm diff --git a/SL/Dispatcher.pm b/SL/Dispatcher.pm index a2aa87e85..8a8d5bbcf 100644 --- a/SL/Dispatcher.pm +++ b/SL/Dispatcher.pm @@ -156,10 +156,10 @@ sub handle_request { $self->unrequire_bin_mozilla; - $::auth = SL::Auth->new; $::cgi = CGI->new(''); $::locale = Locale->new($::lx_office_conf{system}->{language}); $::form = Form->new; + $::auth = SL::Auth->new; %::called_subs = (); eval { ($routing_type, $script_name, $action) = _route_request($script_name); 1; } or return;