X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FForm.pm;h=2dcd31f7c386b269e2c05ac53757ce8008f40f61;hb=c692dae18a650bc62c89ca658603d0e0ab2f9a86;hp=f0ad1a17b0292c6e5e4e105447df014fb19376bf;hpb=7b162f9b3b7aefffcc9725b74c3589571d47aa8e;p=kivitendo-erp.git diff --git a/SL/Form.pm b/SL/Form.pm index f0ad1a17b..2dcd31f7c 100644 --- a/SL/Form.pm +++ b/SL/Form.pm @@ -48,6 +48,7 @@ use SL::Auth; use SL::Auth::DB; use SL::Auth::LDAP; use SL::AM; +use SL::DB; use SL::Common; use SL::DBUtils; use SL::Mailer; @@ -1580,7 +1581,7 @@ sub get_standard_dbh { undef $standard_dbh; } - $standard_dbh ||= $self->dbconnect_noauto($myconfig); + $standard_dbh ||= SL::DB::create->dbh; $main::lxdebug->leave_sub(2);