Comparer les révisions

...

1 Révisions

Auteur SHA1 Message Date
13879e2952 clean output buffer in case of thrown exception 2024-07-10 08:51:05 +02:00

Voir le fichier

@ -101,6 +101,7 @@ class MailConfigCheck extends AdminDetailsController
$this->addTplParam('mailer', $mail->getMailer());
$this->addTplParam('communication', $communication);
} catch (Exception $e) {
ob_end_clean();
Registry::getUtilsView()->addErrorToDisplay($e);
}
}