Skip to content
Snippets Groups Projects

Fixes #1187 Custom module restore of records

Merged Uma requested to merge uma.s/vtigercrm:restore_customModule_Records into master
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -27,7 +27,7 @@ class Vtiger_CRMEntity extends CRMEntity {
function __construct() {
global $log;
$this->column_fields = getColumnFields(get_class($this));
$this->db = new PearDatabase();
$this->db = PearDatabase::getInstance();
$this->log = $log;
}
Loading