X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/2a795624e688aac06545b650217b947a0f08a899..5eb3a1b90adc4a51bb9cf78f81a53b6167ca742e:/SL/Dispatcher.pm diff --git a/SL/Dispatcher.pm b/SL/Dispatcher.pm index 9c9e60566..cb6353218 100644 --- a/SL/Dispatcher.pm +++ b/SL/Dispatcher.pm @@ -227,6 +227,7 @@ sub handle_request { 1; } or do { if ($EVAL_ERROR ne END_OF_REQUEST) { + print STDERR $EVAL_ERROR; $::form->{label_error} = $::cgi->pre($EVAL_ERROR); eval { show_error('generic/error') }; }