From 2b8b60d6e6fc87c9252a12939a26c488af1cbffd Mon Sep 17 00:00:00 2001 From: Seamus Lee Date: Mon, 29 Jun 2015 22:08:58 +0000 Subject: [PATCH] Fix PHP style issues --- CRM/Contact/Form/Search/Custom/ContributionAggregate.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CRM/Contact/Form/Search/Custom/ContributionAggregate.php b/CRM/Contact/Form/Search/Custom/ContributionAggregate.php index acf5f253c9..61bca05a6f 100644 --- a/CRM/Contact/Form/Search/Custom/ContributionAggregate.php +++ b/CRM/Contact/Form/Search/Custom/ContributionAggregate.php @@ -232,7 +232,7 @@ civicrm_contact AS contact_a {$this->_aclFrom} $clauses[] = "contrib.financial_type_id IN ($financial_type_ids)"; } if ($this->_aclWhere) { - $clauses[] = " {$this->_aclWhere} "; + $clauses[] = " {$this->_aclWhere} "; } return implode(' AND ', $clauses); -- 2.25.1