projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
247eb84
)
CRM_Mailing_BAO_MailingJob - Warning 'Strict Standards: Only variables should be...
author
Tim Otten
<totten@civicrm.org>
Wed, 19 Aug 2015 06:00:42 +0000
(23:00 -0700)
committer
Tim Otten
<totten@civicrm.org>
Wed, 19 Aug 2015 06:00:42 +0000
(23:00 -0700)
CRM/Mailing/BAO/MailingJob.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Mailing/BAO/MailingJob.php
b/CRM/Mailing/BAO/MailingJob.php
index 66f4b59b4437a9ed3afd479521c339e34e398268..4dee25c748fecaf009bdb6ddded5f411cd7ecb9f 100644
(file)
--- a/
CRM/Mailing/BAO/MailingJob.php
+++ b/
CRM/Mailing/BAO/MailingJob.php
@@
-668,7
+668,7
@@
VALUES (%1, %2, %3, %4, %5, %6, %7)
$replyToEmail = $mailing->replyto_email;
}
- $message =
&
$mailing->compose(
+ $message = $mailing->compose(
$this->id, $field['id'], $field['hash'],
$field['contact_id'], $field['email'],
$recipient, FALSE, $details[0][$contactID], $attachments,