API - Utils.php - Fix accidental deletion during merge
authorcolemanw <coleman@civicrm.org>
Wed, 23 Oct 2013 20:04:36 +0000 (13:04 -0700)
committercolemanw <coleman@civicrm.org>
Wed, 23 Oct 2013 20:04:36 +0000 (13:04 -0700)
Line was deleted accidentally in 13c1cf9

api/v3/utils.php

index 4f01bee63a50ee7678161e42733bd0deb7a085a0..36e84b908049ef1351e0822e90be48a1188d283b 100644 (file)
@@ -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,
   );