CRM-13912 regression fix
authormonishdeb <monish.deb@webaccessglobal.com>
Sat, 20 Sep 2014 06:10:01 +0000 (11:40 +0530)
committermonishdeb <monish.deb@webaccessglobal.com>
Sat, 20 Sep 2014 06:10:01 +0000 (11:40 +0530)
----------------------------------------
* CRM-13912: Add SMS support to scheduled reminders
  https://issues.civicrm.org/jira/browse/CRM-13912

CRM/Core/BAO/ActionSchedule.php

index 7260721f1740c1f2548f98e94f94736f90202606..b2f93dfede01d77c4d285dc5824a04e1fbadfd99 100755 (executable)
@@ -470,7 +470,7 @@ WHERE   cas.entity_value = $id AND
           $dummy_mail->body_text = $$bodyType;
         }
         else {
-          $dummy_mail->$$bodyType = $$bodyType;
+          $dummy_mail->$bodyType = $$bodyType;
         }
         $tokens = $dummy_mail->getTokens();