CRM-14968
authorjitendrapurohit <jitendra.purohit@webaccessglobal.com>
Thu, 16 Oct 2014 12:05:15 +0000 (17:35 +0530)
committerjitendrapurohit <jitendra.purohit@webaccessglobal.com>
Fri, 17 Oct 2014 06:28:02 +0000 (11:58 +0530)
CRM/Contribute/Form/Contribution/Main.php

index 75c1c1b1d407f5db919fc2d64b788b5f18e14f44..a4af570e964a9082becbb5156f20557b0f223178 100644 (file)
@@ -1188,7 +1188,7 @@ class CRM_Contribute_Form_Contribution_Main extends CRM_Contribute_Form_Contribu
     if (($this->_values['is_pay_later'] &&
         empty($this->_paymentProcessor) &&
         !array_key_exists('hidden_processor', $params)) ||
-      CRM_Utils_Array::value('payment_processor', $params) == 0) {
+      (!empty($params['payment_processor']) && $params['payment_processor'] == 0)) {
       $params['is_pay_later'] = 1;
     }
     else {