* fix the error when convert bugfree 1.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user