]> wagnertech.de Git - mfinanz.git/blobdiff - SL/Dispatcher.pm
CVar: Shipto-CVars beim Clonen mit clonen
[mfinanz.git] / SL / Dispatcher.pm
index e8725b5f352c2469cb5694ef5bd551c28423a652..38973216d0022e436605995da46336250a6d2900 100644 (file)
@@ -324,7 +324,7 @@ sub handle_request {
     $self->{request}->Finish;
   }
 
-  $::lxdebug->end_request;
+  $::lxdebug->end_request(routing_type => $routing_type, script_name => $script_name, action => $action);
 
   # cleanup
   $::auth->save_session;
@@ -335,6 +335,8 @@ sub handle_request {
   $::form     = undef;
   $::myconfig = ();
   $::request  = undef;
+
+  SL::DBConnect::Cache->reset_all;
   Form::disconnect_standard_dbh;
 
   $self->_watch_for_changed_files;