CRM_Mailing_BAO_MailingJob - Warning 'Strict Standards: Only variables should be...
authorTim Otten <totten@civicrm.org>
Wed, 19 Aug 2015 06:00:42 +0000 (23:00 -0700)
committerTim Otten <totten@civicrm.org>
Wed, 19 Aug 2015 06:00:42 +0000 (23:00 -0700)
CRM/Mailing/BAO/MailingJob.php

index 66f4b59b4437a9ed3afd479521c339e34e398268..4dee25c748fecaf009bdb6ddded5f411cd7ecb9f 100644 (file)
@@ -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,