diff --git a/module/convert/converter/bugfree1.php b/module/convert/converter/bugfree1.php index 44df5dfa85..81714365e0 100644 --- a/module/convert/converter/bugfree1.php +++ b/module/convert/converter/bugfree1.php @@ -34,6 +34,7 @@ class bugfree1ConvertModel extends bugfreeConvertModel $result['bugs'] = $this->convertBug(); $result['actions'] = $this->convertAction(); $result['files'] = $this->convertFile(); + $this->dao->dbh($this->dbh); $this->loadModel('tree')->fixModulePath(); return $result; }