Skip to content
Snippets Groups Projects
Unverified Commit c1b6ed23 authored by Seamus Lee's avatar Seamus Lee Committed by GitHub
Browse files

Merge pull request #24790 from briennekordis/issue3932

Remove broken call to parent constructor (Issue #3932)
parents d4e3a1cb 10c51f9c
Branches
Tags
No related merge requests found
......@@ -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;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment