From 9f4863ff89f20773c6955b0c7e4202df8a023ba1 Mon Sep 17 00:00:00 2001 From: Brian Shaughnessy Date: Thu, 15 Sep 2016 07:18:09 -0400 Subject: [PATCH] fix array indentation --- CRM/Contribute/Form/Task/PDF.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CRM/Contribute/Form/Task/PDF.php b/CRM/Contribute/Form/Task/PDF.php index 7f21365de7..29444008fc 100644 --- a/CRM/Contribute/Form/Task/PDF.php +++ b/CRM/Contribute/Form/Task/PDF.php @@ -191,7 +191,7 @@ AND {$this->_componentClause}"; FROM civicrm_financial_trxn WHERE trxn_id = %1 LIMIT 1", array( - 1 => array($contribution->trxn_id, 'String'))); + 1 => array($contribution->trxn_id, 'String'))); // CRM_Contribute_BAO_Contribution::composeMessageArray expects mysql formatted date $objects['contribution']->receive_date = CRM_Utils_Date::isoToMysql($objects['contribution']->receive_date); -- 2.25.1