From 9f48c8a1215a2ce496433813e3c8cea004d16afd Mon Sep 17 00:00:00 2001 From: John Kingsnorth <john@johnkingsnorth.co.uk> Date: Thu, 4 Jan 2018 15:09:52 +0000 Subject: [PATCH] Add 'MessageTemplate' to possible hook_civicrm_pre objects --- docs/hooks/hook_civicrm_pre.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/hooks/hook_civicrm_pre.md b/docs/hooks/hook_civicrm_pre.md index 9ad3b08f..c2bb9d71 100644 --- a/docs/hooks/hook_civicrm_pre.md +++ b/docs/hooks/hook_civicrm_pre.md @@ -48,6 +48,7 @@ changing between the old and new data. created/edited) - 'Membership' - 'MembershipPayment' + - 'MessageTemplate' - 'Event' - 'Participant' - 'ParticipantPayment' @@ -70,4 +71,4 @@ changing between the old and new data. - None -## Example \ No newline at end of file +## Example -- GitLab