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