From 1b303c2e62f6c65ee4031509799a85dc432c25a7 Mon Sep 17 00:00:00 2001 From: yashodha Date: Thu, 10 Jan 2019 17:37:34 +0530 Subject: [PATCH] (dev/core#656) unreleased regression - attendee report generates undefined property notice --- CRM/Report/Form/Event/ParticipantListing.php | 1 + 1 file changed, 1 insertion(+) diff --git a/CRM/Report/Form/Event/ParticipantListing.php b/CRM/Report/Form/Event/ParticipantListing.php index e429de20f5..33a7a17329 100644 --- a/CRM/Report/Form/Event/ParticipantListing.php +++ b/CRM/Report/Form/Event/ParticipantListing.php @@ -38,6 +38,7 @@ class CRM_Report_Form_Event_ParticipantListing extends CRM_Report_Form_Event { protected $_groupFilter = TRUE; protected $_tagFilter = TRUE; protected $_balance = FALSE; + protected $campaigns; protected $_customGroupExtends = array( 'Participant', -- 2.25.1