From: deb.monish Date: Thu, 3 Mar 2016 19:24:29 +0000 (+0530) Subject: indentation fix X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;ds=sidebyside;h=d71d328a86a0acc4289d4a2e66e43705feacc4cd;p=civicrm-core.git indentation fix --- diff --git a/CRM/Contribute/Form/Contribution/Main.php b/CRM/Contribute/Form/Contribution/Main.php index a358db8036..2e8e68b65d 100644 --- a/CRM/Contribute/Form/Contribution/Main.php +++ b/CRM/Contribute/Form/Contribution/Main.php @@ -1025,7 +1025,7 @@ class CRM_Contribute_Form_Contribution_Main extends CRM_Contribute_Form_Contribu $this->_params['selectMembership'] = $params['selectMembership'] = CRM_Utils_Array::value('membership_type_id', $priceOptions[$selectedPriceOptionID]); $this->set('selectMembership', $params['selectMembership']); - case 'contribution_amount': + case 'contribution_amount': $params['amount'] = $selectedPriceOptionID; if ($priceField->name == 'contribution_amount' || ($priceField->name == 'membership_amount' &&