* Finish task #8262.

This commit is contained in:
tianshujie98
2020-11-04 14:07:15 +08:00
parent f1c5b256bf
commit b400af6ffc
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -1616,7 +1616,7 @@ class testtaskModel extends model
/* Send mail. */
$this->mail->send($toList, $subject, $mailContent, $ccList);
if($this->mail->isError()) trigger_error(join("\n", $this->mail->getError()));
if($this->mail->isError()) error_log(join("\n", $this->mail->getError()));
}
/**