Просмотр исходного кода

[Administration] Communiquer : correctif MailForm

feature/rotating_product
Guillaume Bourgeois 6 месяцев назад
Родитель
Сommit
7f4ff8881f
1 измененных файлов: 2 добавлений и 2 удалений
  1. +2
    -2
      backend/models/MailForm.php

+ 2
- 2
backend/models/MailForm.php Просмотреть файл

@@ -239,8 +239,8 @@ Me désinscrire : ".$linkUnsubscribe;
if(count($body['Messages']) > 0) {
$response = $mj->post(\Mailjet\Resources::$Email, ['body' => $body]);
}
$success = $response->success() ;
$success = (isset($response) && $response) ? $response->success() : false ;
if(!$success) {
Yii::error($response->getBody(), 'Mailjet');

Загрузка…
Отмена
Сохранить