clean output buffer in case of thrown exception
Dieser Commit ist enthalten in:
Ursprung
a314136829
Commit
a6a2cafe09
@ -100,6 +100,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…
x
In neuem Issue referenzieren
Einen Benutzer sperren