From f4ad55ef93e7c9ef77974427235c842b633c2201 Mon Sep 17 00:00:00 2001 From: wangchunsheng Date: Fri, 20 Aug 2010 03:29:36 +0000 Subject: [PATCH] * fix the error when convert bugfree 1. --- module/convert/converter/bugfree1.php | 1 + 1 file changed, 1 insertion(+) 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; }