Skip to content

Commit

Permalink
dev/core#2901 Fix send email regression
Browse files Browse the repository at this point in the history
  • Loading branch information
eileenmcnaughton committed Oct 10, 2021
1 parent 5aaf127 commit fdba280
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CRM/Contact/Form/Task/EmailTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ public function buildQuickForm() {
//get the group of contacts as per selected by user in case of Find Activities
if (!empty($this->_activityHolderIds)) {
$contact = $this->get('contacts');
$this->_allContactIds = $this->_contactIds = $contact;
$this->_allContactIds = $this->_toContactIds = $this->_contactIds = $contact;
}

// check if we need to setdefaults and check for valid contact emails / communication preferences
Expand Down

0 comments on commit fdba280

Please sign in to comment.