X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/32822bba14006768f13e0f53e617dd1ca204f1c8..e7d52be303c9251fa2a46dee0d9a6c45fb0e2d54:/SL/Dispatcher.pm diff --git a/SL/Dispatcher.pm b/SL/Dispatcher.pm index 5b912232b..c6f3b5e10 100644 --- a/SL/Dispatcher.pm +++ b/SL/Dispatcher.pm @@ -253,6 +253,7 @@ sub handle_request { if ($EVAL_ERROR ne END_OF_REQUEST) { print STDERR $EVAL_ERROR; $::form->{label_error} = $::request->{cgi}->pre($EVAL_ERROR); + chdir SL::System::Process::exe_dir; eval { show_error('generic/error') }; } };