Fix LocBlock Test
authorSeamus Lee <seamuslee001@gmail.com>
Wed, 3 Aug 2016 09:31:38 +0000 (19:31 +1000)
committerSeamus Lee <seamuslee001@gmail.com>
Thu, 4 Aug 2016 07:21:22 +0000 (17:21 +1000)
api/v3/LocBlock.php

index 610ee7ab4767a1e1869de3dbeccb9a2af03001e0..0db1cd34925301e8173869907f3e6b6037fec654 100644 (file)
@@ -45,7 +45,7 @@
  */
 function civicrm_api3_loc_block_create($params) {
   $entities = array();
-  civicrm_api3_verify_one_mandatory($params, NULL, array('address', 'phone', 'im', 'email'));
+  civicrm_api3_verify_one_mandatory($params, NULL, array('address', 'address_id', 'phone', 'phone_id', 'im', 'im_id', 'email', 'email_id'));
   // Call the appropriate api to create entities if any are passed in the params
   // This is basically chaining but in reverse - we create the sub-entities first
   // This exists because chainging does not work in reverse, or with keys like 'email_2'