Skip to content
Snippets Groups Projects
Commit b67ba8c7 authored by Uma's avatar Uma
Browse files

Merge branch 'restore_customModule_Records' into 'master'

Fixes #1187 Custom module restore of records

See merge request !506
parents 7d497821 99d431c1
No related branches found
No related tags found
No related merge requests found
......@@ -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;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment