8
0

clean output buffer in case of thrown exception

Dieser Commit ist enthalten in:
Daniel Seifert 2024-07-10 08:50:18 +02:00
Ursprung 3362941449
Commit 13879e2952

Datei anzeigen

@ -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);
}
}