From: Seamus Lee Date: Mon, 29 Jun 2015 22:08:58 +0000 (+0000) Subject: Fix PHP style issues X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=2b8b60d6e6fc87c9252a12939a26c488af1cbffd;p=civicrm-core.git Fix PHP style issues --- 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);