正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
@@ -320,7 +320,7 @@ class Mail { | @@ -320,7 +320,7 @@ class Mail { | ||
320 | $db->insert(bodySql::$table,[ | 320 | $db->insert(bodySql::$table,[ |
321 | 'lists_id' => $id, | 321 | 'lists_id' => $id, |
322 | 'text_html' => $body | 322 | 'text_html' => $body |
323 | - ]); | 323 | + ],false); |
324 | } | 324 | } |
325 | 325 | ||
326 | return true; | 326 | return true; |
-
请 注册 或 登录 后发表评论