Skip to content

Commit

Permalink
Fix error due to interim merge adding funciton to parent
Browse files Browse the repository at this point in the history
  • Loading branch information
eileenmcnaughton committed Jun 7, 2022
1 parent 99308da commit 8acb6a5
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions CRM/Event/Import/Parser/Participant.php
Original file line number Diff line number Diff line change
Expand Up @@ -112,21 +112,6 @@ public function preview(&$values) {
return $this->summary($values);
}

/**
* Validate the values.
*
* @param array $values
* The array of values belonging to this line.
*
* @return bool
* the result of this processing
*/
public function validateValues($values) {
$params = $this->getMappedRow($values);
$this->validateParams($params);
return CRM_Import_Parser::VALID;
}

/**
* Handle the values in summary mode.
*
Expand Down

0 comments on commit 8acb6a5

Please sign in to comment.