Compare commits
1 Commits
Author | SHA1 | Date | |
---|---|---|---|
13879e2952 |
@ -101,6 +101,7 @@ class MailConfigCheck extends AdminDetailsController
|
|||||||
$this->addTplParam('mailer', $mail->getMailer());
|
$this->addTplParam('mailer', $mail->getMailer());
|
||||||
$this->addTplParam('communication', $communication);
|
$this->addTplParam('communication', $communication);
|
||||||
} catch (Exception $e) {
|
} catch (Exception $e) {
|
||||||
|
ob_end_clean();
|
||||||
Registry::getUtilsView()->addErrorToDisplay($e);
|
Registry::getUtilsView()->addErrorToDisplay($e);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user