From: jitendrapurohit Date: Mon, 13 Jul 2015 07:25:37 +0000 (+0530) Subject: CRM-16823 - Contact Image does not display on contact summary screen when loaded... X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=702e42beea67025ac66ca3a94b354290f6b1f07b;p=civicrm-core.git CRM-16823 - Contact Image does not display on contact summary screen when loaded via a profile --- 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