From: Web Access Date: Thu, 4 Jun 2015 12:52:01 +0000 (+0530) Subject: Warning fix X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=d6d7af07ebfea3457a5e4c5de8b31af00ca1354a;p=civicrm-core.git Warning fix --- 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();