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:
214bc38
)
Fehlendes Objekt bei Funktionsaufruf.
author
Moritz Bunkus
<m.bunkus@linet-services.de>
Thu, 5 Apr 2007 07:58:37 +0000
(07:58 +0000)
committer
Moritz Bunkus
<m.bunkus@linet-services.de>
Thu, 5 Apr 2007 07:58:37 +0000
(07:58 +0000)
SL/LXDebug.pm
patch
|
blob
|
history
diff --git
a/SL/LXDebug.pm
b/SL/LXDebug.pm
index
ea1cf65
..
4bb4203
100644
(file)
--- a/
SL/LXDebug.pm
+++ b/
SL/LXDebug.pm
@@
-57,7
+57,7
@@
sub enter_sub {
my ($self, $level) = @_;
$level *= 1;
- check_watched_form_variables();
+
$self->
check_watched_form_variables();
return 1 unless ($global_level & TRACE); # ignore if traces aren't active
return 1 if $level && !($global_level & $level); # ignore if level of trace isn't active