Skip to content

Commit

Permalink
6.8.35
Browse files Browse the repository at this point in the history
  • Loading branch information
derjoachim committed Feb 19, 2024
1 parent 9f6fe03 commit 2774c1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/modules/email/controller/TemplateController.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ protected function beforeSubmit(&$response, &$model, &$params) {
protected function afterSubmit(&$response, &$model, &$params, $modifiedAttributes) {
$message = \GO\Email\Model\SavedMessage::model()->createFromMimeData($model->content, false);
$response['htmlbody'] = $message->getHtmlBody();

parent::afterSubmit($response, $model, $params, $modifiedAttributes);
}

Expand Down

0 comments on commit 2774c1d

Please sign in to comment.