CRM-18243 - Remove call to deprecated function
authorColeman Watts <coleman@civicrm.org>
Wed, 16 Mar 2016 13:26:17 +0000 (09:26 -0400)
committerColeman Watts <coleman@civicrm.org>
Wed, 16 Mar 2016 13:26:17 +0000 (09:26 -0400)
CRM/Contact/Form/Search/Custom/Basic.php

index 1f83727cb96273c9086290fae120f82441cf2c24..c6912cee9b22eb4e22f9116c9af16fd3eb22b8f9 100644 (file)
@@ -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',