From: Coleman Watts Date: Wed, 16 Mar 2016 13:26:17 +0000 (-0400) Subject: CRM-18243 - Remove call to deprecated function X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=d7e43a1b91a057bc0dbf4efec2d6d18d8e3b11b1;p=civicrm-core.git CRM-18243 - Remove call to deprecated function --- 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',