X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/b513b1ef51a01f90bd2a234a69fae4f69013d0f3..25652024d1f0309cf7817ee66d412e468435badf:/SL/Auth.pm diff --git a/SL/Auth.pm b/SL/Auth.pm index 5cedbecf3..a11fbafb0 100644 --- a/SL/Auth.pm +++ b/SL/Auth.pm @@ -187,7 +187,7 @@ sub dbconnect { $main::form->error($main::locale->text('The connection to the authentication database failed:') . "\n" . $DBI::errstr); } - $main::lxdebug->leave_sub(); + $main::lxdebug->leave_sub(2); return $self->{dbh}; }