projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ee71d31
)
END_OF_REQUEST-Exception auch bei eingeschaltetem "backtrace on die" erkennen
author
Moritz Bunkus
<m.bunkus@linet-services.de>
Thu, 6 Jun 2013 07:01:15 +0000
(09:01 +0200)
committer
Moritz Bunkus
<m.bunkus@linet-services.de>
Thu, 6 Jun 2013 09:05:30 +0000
(11:05 +0200)
SL/Dispatcher.pm
patch
|
blob
|
history
diff --git
a/SL/Dispatcher.pm
b/SL/Dispatcher.pm
index
a52e4bd
..
01b6aff
100644
(file)
--- a/
SL/Dispatcher.pm
+++ b/
SL/Dispatcher.pm
@@
-286,7
+286,7
@@
sub handle_request {
1;
} or do {
- if (
$EVAL_ERROR ne END_OF_REQUEST
) {
+ if (
substr($EVAL_ERROR, 0, length(END_OF_REQUEST())) ne END_OF_REQUEST()
) {
my $error = $EVAL_ERROR;
print STDERR $error;