* fix bug#426.

This commit is contained in:
chencongzhi520@gmail.com
2013-04-26 08:01:10 +00:00
parent a94335af2f
commit cf739ac72b
+1
View File
@@ -291,6 +291,7 @@ class bugModel extends model
$bug = fixer::input('post')
->setDefault('lastEditedBy', $this->app->user->account)
->setDefault('lastEditedDate', $now)
->setDefault('assignedDate', $now)
->remove('comment')
->get();