projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bfe714e
)
CRM-16194 - Remove inappropriate params from api query object
author
Coleman Watts
<coleman@civicrm.org>
Sat, 28 Mar 2015 00:55:23 +0000
(20:55 -0400)
committer
Coleman Watts
<coleman@civicrm.org>
Sat, 28 Mar 2015 00:55:23 +0000
(20:55 -0400)
api/v3/utils.php
patch
|
blob
|
blame
|
history
diff --git
a/api/v3/utils.php
b/api/v3/utils.php
index e17b5124abcf99b27ef6e8afc2c5bf835f1fa6ae..3ffc235b07a06326eb5c71435fce14acaa0add82 100644
(file)
--- 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.') {