From d6d7af07ebfea3457a5e4c5de8b31af00ca1354a Mon Sep 17 00:00:00 2001 From: Web Access Date: Thu, 4 Jun 2015 18:22:01 +0530 Subject: [PATCH] Warning fix --- CRM/Contribute/Form/Contribution.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CRM/Contribute/Form/Contribution.php b/CRM/Contribute/Form/Contribution.php index 087e108895..8439582b5e 100644 --- a/CRM/Contribute/Form/Contribution.php +++ b/CRM/Contribute/Form/Contribution.php @@ -804,7 +804,7 @@ class CRM_Contribute_Form_Contribution extends CRM_Contribute_Form_AbstractEditP array( '' => ts('Choose price set'), ) + $priceSets, - NULL, array('onchange' => "buildAmount( this.value, ".json_encode($financialTypeIds).");") + NULL, array('onchange' => "buildAmount( this.value, " . json_encode($financialTypeIds) . ");") ); if ($this->_online && !($this->_action & CRM_Core_Action::UPDATE)) { $element->freeze(); -- 2.25.1