Skip to content

Commit

Permalink
Fixed wrong array indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
VangelisP committed Oct 14, 2019
1 parent 862feff commit 83a4a85
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CRM/Contact/Form/Search/Custom/ContributionAggregate.php
Original file line number Diff line number Diff line change
Expand Up @@ -216,9 +216,9 @@ public function where($includeContactIDs = FALSE) {
];

foreach ([
'receive_date_relative',
'receive_date_low',
'receive_date_high',
'receive_date_relative',
'receive_date_low',
'receive_date_high',
] as $dateFieldName) {
$dateParams[$dateFieldName] = CRM_Utils_Array::value(
$dateFieldName,
Expand Down

0 comments on commit 83a4a85

Please sign in to comment.