X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/214bc380078e686f3834060df8066bba7e1e8098..044809674d3b5fd04f2dcb3a1cba5633cf642af0:/SL/LXDebug.pm diff --git a/SL/LXDebug.pm b/SL/LXDebug.pm index ea1cf65a7..4bb420398 100644 --- 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