X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FForm.pm;h=64d09d1248b2f572a6feed499ee0d93857cc3527;hb=65b054be8038e3eeb3dd2c87ba52a82a843cfd4f;hp=fb5dffe9bd84530e598f0d6d25a48deadaf52756;hpb=573d7fd17b43a09a21e1acb2423b0160523819a8;p=kivitendo-erp.git diff --git a/SL/Form.pm b/SL/Form.pm index fb5dffe9b..64d09d124 100644 --- a/SL/Form.pm +++ b/SL/Form.pm @@ -1436,7 +1436,7 @@ sub get_standard_dbh { undef $standard_dbh; } - $standard_dbh ||= $self->dbconnect_noauto($myconfig); + $standard_dbh ||= SL::DB->create(undef, 'KIVITENDO')->dbh; $main::lxdebug->leave_sub(2);