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:
ba56a28
)
HR-216 - Setting.API - Ignore "options"
author
Tim Otten
<totten@civicrm.org>
Thu, 20 Feb 2014 01:58:13 +0000
(17:58 -0800)
committer
Tim Otten
<totten@civicrm.org>
Thu, 20 Feb 2014 01:58:13 +0000
(17:58 -0800)
CRM/Core/BAO/Setting.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Core/BAO/Setting.php
b/CRM/Core/BAO/Setting.php
index 87a5fdd3790e0822166380646e6a6e86abd6863c..7449521ab12e83c33ee96dedd7868feddfd35f19 100644
(file)
--- a/
CRM/Core/BAO/Setting.php
+++ b/
CRM/Core/BAO/Setting.php
@@
-500,6
+500,7
@@
class CRM_Core_BAO_Setting extends CRM_Core_DAO_Setting {
'IDS_request_uri',
'IDS_user_agent',
'check_permissions',
+ 'options',
);
$settingParams = array_diff_key($params, array_fill_keys($ignoredParams, TRUE));
$getFieldsParams = array('version' => 3);