fix variable name
authoryashodha <yashodha.chaku@webaccessglobal.com>
Wed, 24 Jun 2015 05:32:19 +0000 (11:02 +0530)
committeryashodha <yashodha.chaku@webaccessglobal.com>
Wed, 24 Jun 2015 05:32:19 +0000 (11:02 +0530)
CRM/Contact/Form/Task/EmailCommon.php

index 560dbe518134b29a0e6b1f126f43d0e317ae319a..489b5ffb550b44b379204d33ad7f58fe36b8d80a 100644 (file)
@@ -543,7 +543,7 @@ class CRM_Contact_Form_Task_EmailCommon {
 
             $sentFollowup = CRM_Activity_BAO_Activity::sendToAssignee($followupActivity, $mailToFollowupContacts);
             if ($sentFollowup) {
-              $mailStatus .= '<br />' . ts("A copy of the follow-up activity has also been sent to follow-up assignee contacts(s).");
+              $followupStatus .= '<br />' . ts("A copy of the follow-up activity has also been sent to follow-up assignee contacts(s).");
             }
           }
         }