]> wagnertech.de Git - mfinanz.git/blobdiff - SL/Auth.pm
Einige enter_sub/leave_sub-Paarungen gefixt
[mfinanz.git] / SL / Auth.pm
index 5cedbecf3aa103ece1cf204a757c60a04b5557b0..a11fbafb0d815472c8a3cfbcee3e75bcfca9f589 100644 (file)
@@ -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};
 }