From 6313f1f790a52beaf20a1c45502cfc3558818626 Mon Sep 17 00:00:00 2001 From: colemanw Date: Wed, 23 Oct 2013 13:04:36 -0700 Subject: [PATCH] API - Utils.php - Fix accidental deletion during merge Line was deleted accidentally in 13c1cf9 --- api/v3/utils.php | 1 + 1 file changed, 1 insertion(+) diff --git a/api/v3/utils.php b/api/v3/utils.php index 4f01bee63a..36e84b9080 100644 --- a/api/v3/utils.php +++ b/api/v3/utils.php @@ -643,6 +643,7 @@ function _civicrm_api3_get_options_from_params(&$params, $queryObject = FALSE, $ 'offset' => CRM_Utils_Rule::integer($offset) ? $offset : NULL, 'sort' => CRM_Utils_Rule::string($sort) ? $sort : NULL, 'limit' => CRM_Utils_Rule::integer($limit) ? $limit : NULL, + 'is_count' => $is_count, 'return' => !empty($returnProperties) ? $returnProperties : NULL, ); -- 2.25.1