From fec42980724369feef72c58df6ce6284f88956fc Mon Sep 17 00:00:00 2001 From: Coleman Watts Date: Wed, 17 Apr 2019 10:23:23 -0400 Subject: [PATCH] /usr/local/sbin/gitcom --- CRM/Core/BAO/CustomValueTable.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CRM/Core/BAO/CustomValueTable.php b/CRM/Core/BAO/CustomValueTable.php index 98f0b96bcb..9740318b97 100644 --- a/CRM/Core/BAO/CustomValueTable.php +++ b/CRM/Core/BAO/CustomValueTable.php @@ -542,7 +542,7 @@ AND $cond } if (!isset($params['entityID']) || !CRM_Utils_Type::validate($params['entityID'], 'Integer', FALSE)) { - return CRM_Core_Error::createAPIError(ts('entityID needs to be set and of type Integer')); + return CRM_Core_Error::createAPIError(ts('entity_id needs to be set and of type Integer')); } // first collect all the id/value pairs. The format is: -- 2.25.1