From 6b4d14da0dc24fcc0791dc2164c3ee1e5c981981 Mon Sep 17 00:00:00 2001 From: kevin Cristiano Date: Mon, 1 Aug 2022 13:35:45 -0400 Subject: [PATCH] membership tokens don't always work https://github.com/eileenmcnaughton/nz.co.fuzion.civitoken/issues/52 --- CRM/Core/BAO/ActionSchedule.php | 1 + 1 file changed, 1 insertion(+) diff --git a/CRM/Core/BAO/ActionSchedule.php b/CRM/Core/BAO/ActionSchedule.php index d56afbe689..33b564e682 100644 --- a/CRM/Core/BAO/ActionSchedule.php +++ b/CRM/Core/BAO/ActionSchedule.php @@ -640,6 +640,7 @@ FROM civicrm_action_schedule cas 'actionSchedule' => $schedule, 'actionMapping' => $mapping, 'smarty' => TRUE, + 'schema' => ['contactId'], ]); $tp->addMessage('body_text', $schedule->body_text, 'text/plain'); $tp->addMessage('body_html', $schedule->body_html, 'text/html'); -- 2.25.1