----------------------------------------
* CRM-14734:
https://issues.civicrm.org/jira/browse/CRM-14734
);
// get contact detail and compose if contact id exists
+ $returnProperties = $this->_mailing->getReturnProperties();
if (isset($this->_contactID)) {
//get details of contact with token value including Custom Field Token Values.CRM-3734
$returnProperties = $this->_mailing->getReturnProperties();
get_class($this)
);
- $details = $details[0][0];
+ $details = $details[0];
$contactId = 0;
}
$mime = &$this->_mailing->compose(NULL, NULL, NULL, $contactId,