CRM-16194 - Remove inappropriate params from api query object
authorColeman Watts <coleman@civicrm.org>
Sat, 28 Mar 2015 00:55:23 +0000 (20:55 -0400)
committerColeman Watts <coleman@civicrm.org>
Sat, 28 Mar 2015 00:55:23 +0000 (20:55 -0400)
api/v3/utils.php

index e17b5124abcf99b27ef6e8afc2c5bf835f1fa6ae..3ffc235b07a06326eb5c71435fce14acaa0add82 100644 (file)
@@ -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.') {