Skip to content

Commit

Permalink
Merge pull request #21385 from eileenmcnaughton/email_fix
Browse files Browse the repository at this point in the history
dev/core#2814 Fix activity:sendEmail follow up
  • Loading branch information
seamuslee001 authored Sep 6, 2021
2 parents 6979ce6 + b0b4f71 commit 5e458bf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CRM/Activity/BAO/Activity.php
Original file line number Diff line number Diff line change
Expand Up @@ -1168,9 +1168,9 @@ public static function sendEmail(
$from,
$userID,
$contactId,
$tokenSubject,
$tokenText,
$tokenHtml,
$renderedTemplate['subject'],
$renderedTemplate['text'],
$renderedTemplate['html'],
$emailAddress,
$activityID,
// get the set of attachments from where they are stored
Expand Down

0 comments on commit 5e458bf

Please sign in to comment.