X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FForm.pm;h=e1646e69d228360a3650bcda04376f8f26e0dfde;hb=f9c7abfae65b79945beb7e9260942bc94876248a;hp=8532c656f7ec79ac3bc00a98f82cbc11d48cf9b0;hpb=2cf0bf46e2d6372ad8402d73e2ab1e7cc59b122e;p=kivitendo-erp.git diff --git a/SL/Form.pm b/SL/Form.pm index 8532c656f..e1646e69d 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; @@ -1579,7 +1580,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);