From: kurund Date: Thu, 8 Aug 2013 19:35:08 +0000 (+0530) Subject: Revert "Merge pull request #1376 from monishdeb/CRM-12930" X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=50cbabdef5b90f6e117f9544ac831301bb1269d2;p=civicrm-core.git Revert "Merge pull request #1376 from monishdeb/CRM-12930" This reverts commit ab705a177447f37bbc6ee107a79927ca13498343, reversing changes made to c77d25a7703832e635e36ef92192a278e42fc8e7. --- 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);