|
@@ -441,7 +441,7 @@ class SyncMail { |
|
@@ -441,7 +441,7 @@ class SyncMail { |
441
|
$id = $this->insert($data,$num+1);
|
441
|
$id = $this->insert($data,$num+1);
|
442
|
|
442
|
|
443
|
}
|
443
|
}
|
444
|
- logs($e->getMessage());
|
444
|
+ logs([$data,$e->getMessage()]);
|
445
|
}
|
445
|
}
|
446
|
|
446
|
|
447
|
return $id??0;
|
447
|
return $id??0;
|