diff --git a/module/bug/model.php b/module/bug/model.php index 82f11c16a7..eb0c59bff5 100644 --- a/module/bug/model.php +++ b/module/bug/model.php @@ -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)