From dba939cedc0a289e891e68969f0c0db8cb947613 Mon Sep 17 00:00:00 2001 From: Coleman Watts Date: Fri, 27 Mar 2015 20:55:23 -0400 Subject: [PATCH] CRM-16194 - Remove inappropriate params from api query object --- api/v3/utils.php | 1 + 1 file changed, 1 insertion(+) diff --git a/api/v3/utils.php b/api/v3/utils.php index e17b5124ab..3ffc235b07 100644 --- a/api/v3/utils.php +++ b/api/v3/utils.php @@ -817,6 +817,7 @@ function _civicrm_api3_get_options_from_params(&$params, $queryObject = FALSE, $ $legacyreturnProperties = array(); $otherVars = array( 'sort', 'offset', 'rowCount', 'options', 'return', + 'version', 'prettyprint', 'check_permissions', 'sequential', ); foreach ($params as $n => $v) { if (substr($n, 0, 7) == 'return.') { -- 2.25.1