X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/835e3fd9a0114f9aec38af6c98f69a66cec61bdc..86bc3cfad9b7f7b3682277a19ec5a7aa3fbd8d93:/SL/Dispatcher.pm diff --git a/SL/Dispatcher.pm b/SL/Dispatcher.pm index 77074ccd0..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;