From 55dae61471f9d536c5f349382e37f74220e4f384 Mon Sep 17 00:00:00 2001 From: xieqiyu Date: Wed, 18 Jan 2023 13:59:20 +0800 Subject: [PATCH] * Fix bug#31656. --- module/bug/model.php | 1 + 1 file changed, 1 insertion(+) 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', ',')