From 26b7cdbbd24ec6ba916cdfa5d44d0bda0e67e939 Mon Sep 17 00:00:00 2001 From: eileen Date: Fri, 17 Jan 2020 16:47:55 +1300 Subject: [PATCH] Remove duplicate line of code --- CRM/Event/Form/Search.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/CRM/Event/Form/Search.php b/CRM/Event/Form/Search.php index 77c5f938f465..0336813d0c63 100644 --- a/CRM/Event/Form/Search.php +++ b/CRM/Event/Form/Search.php @@ -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,