Clean up buildMappingForm which is no longer used by Export
[civicrm-core.git] / CRM / Contact / Form / Search / Builder.php
index 3d4a9ff395d7c402632fb87db9a0eb9059bc3676..6f3bc7cac29f38cb9ad38f9f1c2b5bf942158930 100644 (file)
@@ -106,7 +106,7 @@ class CRM_Contact_Form_Search_Builder extends CRM_Contact_Form_Search {
       $mappingId = CRM_Core_DAO::getFieldValue('CRM_Contact_DAO_SavedSearch', $this->_ssID, 'mapping_id');
     }
 
-    CRM_Core_BAO_Mapping::buildMappingForm($this, 'Search Builder', $mappingId, $this->_columnCount, $this->_blockCount);
+    CRM_Core_BAO_Mapping::buildMappingForm($this, $mappingId, $this->_columnCount, $this->_blockCount);
 
     parent::buildQuickForm();
   }