]> wagnertech.de Git - mfinanz.git/blobdiff - SL/Dispatcher.pm
Merge branch 'master' of github.com:kivitendo/kivitendo-erp
[mfinanz.git] / SL / Dispatcher.pm
index 828dc1f1abfbd2da3aa38cf241c47b8ed0c2eff0..93d3a18e6c491d6455758b5d8a025aaa22c0e401 100644 (file)
@@ -209,6 +209,7 @@ sub handle_request {
   my %routing;
   eval { %routing = _route_request($ENV{SCRIPT_NAME}); 1; } or return;
   ($routing_type, $script_name, $action) = @routing{qw(type controller action)};
+  $::lxdebug->log_request($routing_type, $script_name, $action);
 
   $::request->type(lc($routing{request_type} || 'html'));