From 50cbabdef5b90f6e117f9544ac831301bb1269d2 Mon Sep 17 00:00:00 2001 From: kurund Date: Fri, 9 Aug 2013 01:05:08 +0530 Subject: [PATCH] Revert "Merge pull request #1376 from monishdeb/CRM-12930" This reverts commit ab705a177447f37bbc6ee107a79927ca13498343, reversing changes made to c77d25a7703832e635e36ef92192a278e42fc8e7. --- 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 838cb88509..97d296a2e6 100755 --- a/CRM/Core/BAO/ActionSchedule.php +++ b/CRM/Core/BAO/ActionSchedule.php @@ -390,7 +390,7 @@ WHERE cas.entity_value = $id AND $smarty = CRM_Core_Smarty::singleton(); $body_text = $smarty->fetch('string:' . $body_text); $body_html = $smarty->fetch('string:' . $body_html); - $body_subject = $smarty->fetch('string:' . $body_subject); + $body_subject = $smarty->fetch('string:' . $messageSubject); $params = array(array('contact_id', '=', $contactId, 0, 0)); list($contact, $_) = CRM_Contact_BAO_Query::apiQuery($params); -- 2.25.1