* Fix bug#31656. Modify confirm bug mailto.
This commit is contained in:
@@ -1061,6 +1061,7 @@ class bugModel extends model
|
||||
->setDefault('lastEditedBy', $this->app->user->account)
|
||||
->setDefault('lastEditedDate', $now)
|
||||
->setDefault('assignedDate', $now)
|
||||
->setDefault('mailto', '')
|
||||
->stripTags($this->config->bug->editor->confirmbug['id'], $this->config->allowedTags)
|
||||
->remove('comment')
|
||||
->join('mailto', ',')
|
||||
|
||||
Reference in New Issue
Block a user