From: eileenmcnaugton Date: Mon, 24 Aug 2015 22:32:36 +0000 (+1200) Subject: CRM-17077 pledge form undeifined constant X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=8cbef45734b7b47218c1cdf48327d8399cad559e;p=civicrm-core.git CRM-17077 pledge form undeifined constant --- diff --git a/CRM/Pledge/Form/Pledge.php b/CRM/Pledge/Form/Pledge.php index 7b3d66da80..1a91a6a55e 100644 --- a/CRM/Pledge/Form/Pledge.php +++ b/CRM/Pledge/Form/Pledge.php @@ -115,7 +115,7 @@ class CRM_Pledge_Form_Pledge extends CRM_Core_Form { $params = array('id' => $this->_id); CRM_Pledge_BAO_Pledge::getValues($params, $this->_values); - $this->_isPending = (CRM_Pledge_BAO_Pledge::pledgeHasFinancialTransactions($this->_id, CRM_Utils_Array::value('status_id', $this->_values))) ? FALSE : T; + $this->_isPending = (CRM_Pledge_BAO_Pledge::pledgeHasFinancialTransactions($this->_id, CRM_Utils_Array::value('status_id', $this->_values))) ? FALSE : TRUE; } //get the pledge frequency units.