From 445eab89e7f02ecc569e4d16b7dd0a8d2212a4b3 Mon Sep 17 00:00:00 2001 From: varshith89 Date: Thu, 19 Apr 2018 12:54:11 +0000 Subject: [PATCH] Set API Function Name Case To All Lowercase --- api/v3/Generic/Getunique.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/v3/Generic/Getunique.php b/api/v3/Generic/Getunique.php index 89bc08519e..6d4888b399 100644 --- a/api/v3/Generic/Getunique.php +++ b/api/v3/Generic/Getunique.php @@ -36,7 +36,7 @@ * * @return mixed */ -function civicrm_api3_generic_getUnique($apiRequest) { +function civicrm_api3_generic_getunique($apiRequest) { $entity = _civicrm_api_get_entity_name_from_camel($apiRequest['entity']); $uniqueFields = array(); -- 2.25.1