* fix the error when convert bugfree 1.

This commit is contained in:
wangchunsheng
2010-08-20 03:29:36 +00:00
parent d3096572e8
commit f4ad55ef93
+1
View File
@@ -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;
}