CRM-19635, fixed notice error
authorPradeep Nayak <pradpnayak@gmail.com>
Fri, 11 Nov 2016 11:10:10 +0000 (16:40 +0530)
committerPradeep Nayak <pradpnayak@gmail.com>
Fri, 11 Nov 2016 11:10:10 +0000 (16:40 +0530)
----------------------------------------
* CRM-19635: Notice errors on Contribution Aggregate by Relationship report
  https://issues.civicrm.org/jira/browse/CRM-19635

CRM/Report/Form.php

index 821394aff4593906a9b8ade8f3576b5f24fc72a9..9df576bdab50f6f0b74a49ea063accc2bbd07c18 100644 (file)
@@ -4097,6 +4097,7 @@ LEFT JOIN civicrm_contact {$field['alias']} ON {$field['alias']}.id = {$this->_a
       );
     }
 
+    $street_address_filters = $general_address_filters = array();
     if ($filters) {
       // Address filter depends on whether street address parsing is enabled.
       // (CRM-18696)