X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;ds=sidebyside;f=SL%2FForm.pm;h=6e7145f20fb5d773897029abe9508fb422b3adbf;hb=5536f72295081df4c6b227855cfa22745fcc6039;hp=efcad4ad8ddedf68d1f0814216dd5d5e572c0986;hpb=b386e342cc60ab7ae0bc7197e1f6d3d245163092;p=kivitendo-erp.git diff --git a/SL/Form.pm b/SL/Form.pm index efcad4ad8..6e7145f20 100644 --- a/SL/Form.pm +++ b/SL/Form.pm @@ -1617,7 +1617,7 @@ sub get_standard_dbh { undef $standard_dbh; } - $standard_dbh ||= SL::DB::create->dbh; + $standard_dbh ||= $self->dbconnect_noauto($myconfig); $main::lxdebug->leave_sub(2);