* fix the bug of activate bug.

This commit is contained in:
wangchunsheng
2011-05-02 14:43:48 +00:00
parent d90ac209d4
commit d697c5b4ad
+1
View File
@@ -233,6 +233,7 @@ class bugModel extends model
->add('duplicateBug', 0)
->add('lastEditedBy', $this->app->user->account)
->add('lastEditedDate', $now)
->join('openedBuild', ',')
->remove('comment,files,labels')
->get();