From d64eb977309b48cc4d62d2b4a1025fddf0d5b94a Mon Sep 17 00:00:00 2001 From: Andrew Hunt Date: Wed, 27 Mar 2013 11:06:11 -0400 Subject: [PATCH] wasn't sending entity to util function --- api/v3/Group.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/v3/Group.php b/api/v3/Group.php index e5255d4216..2328439294 100644 --- a/api/v3/Group.php +++ b/api/v3/Group.php @@ -97,7 +97,7 @@ function _civicrm_api3_group_create_spec(&$params) { */ function civicrm_api3_group_get($params) { - $options = _civicrm_api3_get_options_from_params($params, TRUE, 'get'); + $options = _civicrm_api3_get_options_from_params($params, TRUE, 'group', 'get'); $sort = CRM_Utils_Array::value('sort', $options, NULL); $offset = CRM_Utils_Array::value('offset', $options); $rowCount = CRM_Utils_Array::value('limit', $options); -- 2.25.1