X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/4247547d2a925ddad7006cae89e5f9f1fda7d469..86bc3cfad9b7f7b3682277a19ec5a7aa3fbd8d93:/SL/Dispatcher.pm diff --git a/SL/Dispatcher.pm b/SL/Dispatcher.pm index e8725b5f3..38973216d 100644 --- a/SL/Dispatcher.pm +++ b/SL/Dispatcher.pm @@ -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;