Merge remote branch 'refs/remotes/kirana/after-262'
[kivitendo-erp.git] / SL / Form.pm
index efcad4a..6e7145f 100644 (file)
@@ -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);