From 6d862425e9a52d86253d5dbf25f6d1c9a9fb33f7 Mon Sep 17 00:00:00 2001 From: Andrew West <awest@humanism.org.uk> Date: Fri, 18 Oct 2019 11:27:13 +0100 Subject: [PATCH] Update docs/hooks/hook_civicrm_alterMailContent.md Co-Authored-By: Mikey O'Toole <mikey@mjco.uk> --- docs/hooks/hook_civicrm_alterMailContent.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/hooks/hook_civicrm_alterMailContent.md b/docs/hooks/hook_civicrm_alterMailContent.md index ad3c21fc..348fdf5f 100644 --- a/docs/hooks/hook_civicrm_alterMailContent.md +++ b/docs/hooks/hook_civicrm_alterMailContent.md @@ -20,7 +20,7 @@ Note that this hook is fired when: * creating mailings through the traditional BAO mailer (standard CiviMail) * creating mailings through FlexMailer (used by Mosaico) -- sending emails using message templates, in CRM_Core_BAO_MessageTemplate +* sending emails using message templates, in CRM_Core_BAO_MessageTemplate In the latter case there is inherently no mailingID, so this will not be supplied. Similarly in the 2 former cases the messageTemplateID is not supplied. -- GitLab