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:
32822bb
)
Vor Exception-Ausgabe sicherstellen, dass das aktuelle Verzeichnis OK ist
author
Moritz Bunkus
<m.bunkus@linet-services.de>
Wed, 22 Aug 2012 15:50:50 +0000
(17:50 +0200)
committer
Moritz Bunkus
<m.bunkus@linet-services.de>
Wed, 22 Aug 2012 15:50:56 +0000
(17:50 +0200)
SL/Dispatcher.pm
patch
|
blob
|
history
diff --git
a/SL/Dispatcher.pm
b/SL/Dispatcher.pm
index
5b91223
..
c6f3b5e
100644
(file)
--- 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') };
}
};