Remove useless class CRM_Report_Form_Event
[civicrm-core.git] / CRM / Report / Form / Event / ParticipantListing.php
index e429de20f5e487480840ac90a6c83558238df48b..682f021937ed6fec8bf79fb102f1ed347c4a799c 100644 (file)
@@ -30,7 +30,7 @@
  * @package CRM
  * @copyright CiviCRM LLC (c) 2004-2019
  */
-class CRM_Report_Form_Event_ParticipantListing extends CRM_Report_Form_Event {
+class CRM_Report_Form_Event_ParticipantListing extends CRM_Report_Form {
 
   protected $_summary = NULL;
 
@@ -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',