From: Moritz Bunkus Date: Thu, 5 Apr 2007 07:58:37 +0000 (+0000) Subject: Fehlendes Objekt bei Funktionsaufruf. X-Git-Tag: release-2.4.3^2~515 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=044809674d3b5fd04f2dcb3a1cba5633cf642af0;p=kivitendo-erp.git Fehlendes Objekt bei Funktionsaufruf. --- 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