Skip to content

Commit

Permalink
Merge pull request #16317 from eileenmcnaughton/duplicate
Browse files Browse the repository at this point in the history
Remove duplicate line of code
  • Loading branch information
colemanw authored Jan 17, 2020
2 parents 8b46b06 + 26b7cdb commit 059c7b7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions CRM/Event/Form/Search.php
Original file line number Diff line number Diff line change
Expand Up @@ -301,8 +301,6 @@ private function submit($formValues) {
return;
}

$this->_queryParams = CRM_Contact_BAO_Query::convertFormValues($this->_formValues, 0, FALSE, NULL, ['event_id']);

$selector = new CRM_Event_Selector_Search($this->_queryParams,
$this->_action,
NULL,
Expand Down

0 comments on commit 059c7b7

Please sign in to comment.