Merge pull request #1230 from davecivicrm/CRM-13107
[civicrm-core.git] / api / v3 / UFMatch.php
index 388a562a4f6445928590690bc23c7785ddb8f06e..d13fb3546bb95c7a9642aed0aa8a2c1d0f4fe5cc 100644 (file)
@@ -1,5 +1,4 @@
 <?php
-// $Id$
 
 /*
  +--------------------------------------------------------------------+
@@ -78,9 +77,6 @@ function _civicrm_api3_uf_match_create_spec(&$params) {
   $params['contact_id']['api.required'] = 1;
   $params['uf_id']['api.required'] = 1;
   $params['uf_name']['api.required'] = 1;
-  // note that this should perhaps not be required but need a wrapper level approach
-  // prefera
-  $params['domain_id']['api.required'] = 1;
 }
 
 /**