From c54d743b3a70bc866673720f4b34d5153c538763 Mon Sep 17 00:00:00 2001 From: Pradeep Nayak Date: Fri, 11 Nov 2016 16:40:10 +0530 Subject: [PATCH] CRM-19635, fixed notice error ---------------------------------------- * CRM-19635: Notice errors on Contribution Aggregate by Relationship report https://issues.civicrm.org/jira/browse/CRM-19635 --- CRM/Report/Form.php | 1 + 1 file changed, 1 insertion(+) diff --git a/CRM/Report/Form.php b/CRM/Report/Form.php index 821394aff4..9df576bdab 100644 --- a/CRM/Report/Form.php +++ b/CRM/Report/Form.php @@ -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) -- 2.25.1