From d7e43a1b91a057bc0dbf4efec2d6d18d8e3b11b1 Mon Sep 17 00:00:00 2001 From: Coleman Watts Date: Wed, 16 Mar 2016 09:26:17 -0400 Subject: [PATCH] CRM-18243 - Remove call to deprecated function --- CRM/Contact/Form/Search/Custom/Basic.php | 1 - 1 file changed, 1 deletion(-) diff --git a/CRM/Contact/Form/Search/Custom/Basic.php b/CRM/Contact/Form/Search/Custom/Basic.php index 1f83727cb9..c6912cee9b 100644 --- a/CRM/Contact/Form/Search/Custom/Basic.php +++ b/CRM/Contact/Form/Search/Custom/Basic.php @@ -44,7 +44,6 @@ class CRM_Contact_Form_Search_Custom_Basic extends CRM_Contact_Form_Search_Custo public function __construct(&$formValues) { parent::__construct($formValues); - $this->normalize(); $this->_columns = array( '' => 'contact_type', ts('Name') => 'sort_name', -- 2.25.1