Skip to content
Snippets Groups Projects
Commit 579d3066 authored by Tim Otten's avatar Tim Otten
Browse files

Merge pull request #2138 from NileemaJadhav/CRM-13886

-- CRM-13886 Modification for api_v3_SettingTest regression test
parents eebc189a 9caace17
No related branches found
No related tags found
No related merge requests found
......@@ -690,7 +690,7 @@ class CRM_Core_BAO_Setting extends CRM_Core_DAO_Setting {
return;
}
else if (array_keys($filters) == array('name')) {
$settingSpec = array($filters['name'] => CRM_Utils_Array::value($filters['name'], $settingSpec));
$settingSpec = array($filters['name'] => CRM_Utils_Array::value($filters['name'], $settingSpec, ''));
return;
}
else {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment