From 7e5a3a7daa51f931be54cb732916616596ef9802 Mon Sep 17 00:00:00 2001 From: Sunil Pawar Date: Thu, 23 Nov 2023 21:43:54 +0530 Subject: [PATCH] Correct contact ID name --- CRM/Core/BAO/ActionSchedule.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CRM/Core/BAO/ActionSchedule.php b/CRM/Core/BAO/ActionSchedule.php index ed0fd6f913..d6e876fc1d 100644 --- a/CRM/Core/BAO/ActionSchedule.php +++ b/CRM/Core/BAO/ActionSchedule.php @@ -691,7 +691,7 @@ FROM civicrm_action_schedule cas 'subject' => $tokenRow->render('subject'), 'entity' => 'action_schedule', 'entity_id' => $schedule->id, - 'toContactID' => $toContactID, + 'contactId' => $toContactID, ]; $body_text = $tokenRow->render('body_text'); $mailParams['html'] = $tokenRow->render('body_html'); -- 2.25.1