]> wagnertech.de Git - mfinanz.git/blobdiff - SL/Dispatcher.pm
$::auth erst nach $::form und $::locale anlegen, weil $::auth beide benötigt (SL...
[mfinanz.git] / SL / Dispatcher.pm
index a2aa87e85eb6b85723f04971eec8229c5b647dac..8a8d5bbcf50263211e27b9a19ee0e73f392ee746 100644 (file)
@@ -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;