From cd27ea108fdc6b88259590d4119aa8c3f5e992b7 Mon Sep 17 00:00:00 2001 From: Dave Greenberg Date: Thu, 19 Jun 2014 16:22:23 -0700 Subject: [PATCH] CRM-14734 - fix notices for anonymous contact viewing a mailing. ---------------------------------------- * CRM-14734: https://issues.civicrm.org/jira/browse/CRM-14734 --- CRM/Mailing/Page/View.php | 1 - 1 file changed, 1 deletion(-) diff --git a/CRM/Mailing/Page/View.php b/CRM/Mailing/Page/View.php index 5753d43462..68e7c5de2c 100644 --- a/CRM/Mailing/Page/View.php +++ b/CRM/Mailing/Page/View.php @@ -144,7 +144,6 @@ class CRM_Mailing_Page_View extends CRM_Core_Page { $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(); $params = array('contact_id' => $this->_contactID); $details = CRM_Utils_Token::getTokenDetails($params, $returnProperties, -- 2.25.1