From 702e42beea67025ac66ca3a94b354290f6b1f07b Mon Sep 17 00:00:00 2001 From: jitendrapurohit Date: Mon, 13 Jul 2015 12:55:37 +0530 Subject: [PATCH] CRM-16823 - Contact Image does not display on contact summary screen when loaded via a profile --- CRM/Contribute/Form/Contribution/Confirm.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CRM/Contribute/Form/Contribution/Confirm.php b/CRM/Contribute/Form/Contribution/Confirm.php index 7896a9ddaf..69856982ea 100644 --- a/CRM/Contribute/Form/Contribution/Confirm.php +++ b/CRM/Contribute/Form/Contribution/Confirm.php @@ -700,10 +700,10 @@ class CRM_Contribute_Form_Contribution_Confirm extends CRM_Contribute_Form_Contr if ($paymentProcessorId = CRM_Utils_Array::value('id', $this->_paymentProcessor)) { $this->_params['payment_processor_id'] = $paymentProcessorId; } + $premiumParams = $membershipParams = $params = $this->_params; if (!empty($params['image_URL'])) { CRM_Contact_BAO_Contact::processImageParams($params); } - $premiumParams = $membershipParams = $params = $this->_params; $fields = array('email-Primary' => 1); // get the add to groups -- 2.25.1