diff --git a/module/bug/model.php b/module/bug/model.php index b1bc91512f..000071828c 100644 --- a/module/bug/model.php +++ b/module/bug/model.php @@ -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', ',')