From aaf1f8f497f11b61f226c781b3bc64050ad20271 Mon Sep 17 00:00:00 2001 From: Web Access Date: Thu, 21 Apr 2016 11:48:40 +0530 Subject: [PATCH] CRM-18421: QA warning fix --- CRM/Mailing/Page/View.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CRM/Mailing/Page/View.php b/CRM/Mailing/Page/View.php index aed2998a85..28eee6a519 100644 --- a/CRM/Mailing/Page/View.php +++ b/CRM/Mailing/Page/View.php @@ -164,7 +164,7 @@ class CRM_Mailing_Page_View extends CRM_Core_Page { $details = CRM_Utils_Array::value(0, $details[0]); $contactId = 0; } - $mime = &$this->_mailing->compose(NULL, NULL, NULL, $contactId, + $mime = $this->_mailing->compose(NULL, NULL, NULL, $contactId, $this->_mailing->from_email, $this->_mailing->from_email, TRUE, $details, $attachments -- 2.25.1