* fix a bug : update function should remove allchecker.

This commit is contained in:
zhujinyong
2012-06-27 06:54:48 +00:00
parent a4cf24fa26
commit 68bd2ae27c
+1
View File
@@ -142,6 +142,7 @@ class buildModel extends model
->setDefault('bugs', '')
->join('stories', ',')
->join('bugs', ',')
->remove('allchecker')
->get();
$this->dao->update(TABLE_BUILD)->data($build)
->autoCheck()