Skip to content
Snippets Groups Projects
Commit d64eb977 authored by Andie Hunt's avatar Andie Hunt
Browse files

wasn't sending entity to util function

parent ca1b55f7
Branches
Tags
No related merge requests found
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment