From: jitendrapurohit Date: Mon, 15 Sep 2014 09:50:53 +0000 (+0530) Subject: CRM-15282 X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=06b4ee3e9d555133751c22d37fc42eea22ff64df;p=civicrm-core.git CRM-15282 --- diff --git a/CRM/Contribute/Form/Contribution/Confirm.php b/CRM/Contribute/Form/Contribution/Confirm.php index b6fb07258a..0d23c3bbd6 100644 --- a/CRM/Contribute/Form/Contribution/Confirm.php +++ b/CRM/Contribute/Form/Contribution/Confirm.php @@ -1775,9 +1775,9 @@ class CRM_Contribute_Form_Contribution_Confirm extends CRM_Contribute_Form_Contr $priceField->price_set_id = $priceSetID; $priceField->orderBy('weight'); $priceField->find(); + $paramWeDoNotUnderstand = NULL; while ($priceField->fetch()) { - $paramWeDoNotUnderstand = NULL; if ($priceField->name == "contribution_amount") { $paramWeDoNotUnderstand = $priceField->id; }