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:
e5eb865
)
extra fields to ignore from API, NB I can't recall why I made this a hard fail rather...
author
eileen
<eileen@fuzion.co.nz>
Wed, 6 Mar 2013 08:39:52 +0000
(21:39 +1300)
committer
eileen
<eileen@fuzion.co.nz>
Thu, 7 Mar 2013 23:49:20 +0000
(12:49 +1300)
CRM/Core/BAO/Setting.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Core/BAO/Setting.php
b/CRM/Core/BAO/Setting.php
index 11218e636ce359764c99c89a7a9490436cf85af4..4ba094ea55bc87a2b0aed8dfdaf04a4f62c84f68 100644
(file)
--- a/
CRM/Core/BAO/Setting.php
+++ b/
CRM/Core/BAO/Setting.php
@@
-402,6
+402,9
@@
class CRM_Core_BAO_Setting extends CRM_Core_DAO_Setting {
'entity_table',
'sequential',
'api.has_parent',
+ 'IDS_request_uri',
+ 'IDS_user_agent',
+ 'check_permissions',
);
$settingParams = array_diff_key($params, array_fill_keys($ignoredParams, TRUE));
$getFieldsParams = array('version' => 3);