clean output buffer in case of thrown exception
Dieser Commit ist enthalten in:
Ursprung
3362941449
Commit
13879e2952
@ -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);
|
||||
}
|
||||
}
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren