Merge pull request #3971 from davecivicrm/CRM-15121
[civicrm-core.git] / api / v3 / CustomValue.php
index a2d46c8ff484f433c4786c69faa8733a04b62063..6a2cdd86c0d8c68afc48c5c36d078fb531086293 100644 (file)
@@ -236,4 +236,5 @@ function civicrm_api3_custom_value_get($params) {
  */
 function _civicrm_api3_custom_value_get_spec(&$params) {
   $params['entity_id']['api.required'] = 1;
+  $params['entity_id']['title'] = 'Entity ID';
 }