* Fix bug#31656.

This commit is contained in:
xieqiyu
2023-01-18 13:59:20 +08:00
parent d67a147527
commit 55dae61471
+1
View File
@@ -1023,6 +1023,7 @@ class bugModel extends model
->setDefault('lastEditedBy', $this->app->user->account)
->setDefault('lastEditedDate', $now)
->setDefault('assignedDate', $now)
->setDefault('mailto', '')
->stripTags($this->config->bug->editor->assignto['id'], $this->config->allowedTags)
->remove('comment,showModule')
->join('mailto', ',')