Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Minor
-
Resolution: Fixed/Completed
-
Affects Version/s: 4.5
-
Fix Version/s: 4.5
-
Component/s: CiviEvent, CiviReport
-
Labels:None
-
Documentation Required?:None
Description
When CiviCampaign is NOT enabled, running the report gives these notices (2nd notice / repeating - seems related to this recent PR: https://github.com/civicrm/civicrm-core/pull/3495)
==========
Notice: Undefined property: CRM_Report_Form_Event_ParticipantListing::$activeCampaigns in CRM_Report_Form_Event_ParticipantListing->alterDisplay() (line 750 of /Users/dgg/git/crm_v4.5/CRM/Report/Form/Event/ParticipantListing.php).
Warning: array_key_exists() expects parameter 2 to be array, string given in CRM_Report_Form_Event_ParticipantListing->_initBasicRow() (line 614 of /Users/dgg/git/crm_v4.5/CRM/Report/Form/Event/ParticipantListing.php).
Warning: array_key_exists() expects parameter 2 to be array, string given in CRM_Report_Form_Event_ParticipantListing->_initBasicRow() (line 614 of /Users/dgg/git/crm_v4.5/CRM/Report/Form/Event/ParticipantListing.php).
Warning: array_key_exists() expects parameter 2 to be array, string given in CRM_Report_Form_Event_ParticipantListing->_initBasicRow() (line 614 of /Users/dgg/git/crm_v4.5/CRM/Report/Form/Event/ParticipantListing.php).
Warning: array_key_exists() expects parameter 2 to be array, string given in CRM_Report_Form_Event_ParticipantListing->_initBasicRow() (line 614 of /Users/dgg/git/crm_v4.5/CRM/Report/Form/Event/ParticipantListing.php).
Warning: array_key_exists() expects parameter 2 to be array, string given in CRM_Report_Form_Event_ParticipantListing->_initBasicRow() (line 614 of /Users/dgg/git/crm_v4.5/CRM/Report/Form/Event/ParticipantListing.php).