From 10c51f9c5ad457609443a5ffb88b4a2c7d11aa7d Mon Sep 17 00:00:00 2001 From: Brienne Kordis Date: Fri, 21 Oct 2022 15:28:20 -0400 Subject: [PATCH] remove broken call to parent constructor --- CRM/Event/Import/Parser/Participant.php | 1 - 1 file changed, 1 deletion(-) diff --git a/CRM/Event/Import/Parser/Participant.php b/CRM/Event/Import/Parser/Participant.php index 534f8de42e..4f4ab4c277 100644 --- a/CRM/Event/Import/Parser/Participant.php +++ b/CRM/Event/Import/Parser/Participant.php @@ -65,7 +65,6 @@ class CRM_Event_Import_Parser_Participant extends CRM_Import_Parser { * @param array $mapperKeys */ public function __construct(&$mapperKeys = []) { - parent::__construct(); $this->_mapperKeys = &$mapperKeys; } -- 2.25.1