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:
9c7c96a
)
Disptcher->require_maincode tracing gegeben.
author
Sven Schöling
<s.schoeling@linet-services.de>
Wed, 21 Jul 2010 12:48:04 +0000
(14:48 +0200)
committer
Sven Schöling
<s.schoeling@linet-services.de>
Wed, 21 Jul 2010 12:48:04 +0000
(14:48 +0200)
SL/Dispatcher.pm
patch
|
blob
|
history
diff --git
a/SL/Dispatcher.pm
b/SL/Dispatcher.pm
index
8c450ad
..
e5a7daa
100644
(file)
--- a/
SL/Dispatcher.pm
+++ b/
SL/Dispatcher.pm
@@
-94,6
+94,7
@@
sub pre_startup {
}
sub require_main_code {
+ $::lxdebug->enter_sub;
my ($script, $suffix) = @_;
eval {
@@
-115,6
+116,7
@@
sub require_main_code {
};
$::form->error($EVAL_ERROR) if ($EVAL_ERROR);
}
+ $::lxdebug->leave_sub;
}
sub handle_request {