* Finish task #105578.

This commit is contained in:
hufangzhou
2023-11-06 13:34:48 +08:00
parent 9353595f9b
commit e6e2b06a82
+2
View File
@@ -1045,6 +1045,8 @@ class bugModel extends model
->join('mailto', ',')
->get();
if($this->app->rawMethod == 'batchassignto') unset($bug->mailto);
$bug = $this->loadModel('file')->processImgURL($bug, $this->config->bug->editor->assignto['id'], $this->post->uid);
$this->dao->update(TABLE_BUG)
->data($bug)