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:
7f83539
)
Fix api_v3_ContactTest.testContactGetBy*Username
author
Tim Otten
<totten@civicrm.org>
Mon, 21 Sep 2015 06:50:02 +0000
(23:50 -0700)
committer
Tim Otten
<totten@civicrm.org>
Mon, 21 Sep 2015 06:50:02 +0000
(23:50 -0700)
CRM/Core/Config/MagicMerge.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Core/Config/MagicMerge.php
b/CRM/Core/Config/MagicMerge.php
index edb2c8db1d4d7cd7ee6527c53b2ebda63a2948e5..979c583597cca500359a4fe5a2aa3a449a1939ee 100644
(file)
--- a/
CRM/Core/Config/MagicMerge.php
+++ b/
CRM/Core/Config/MagicMerge.php
@@
-287,6
+287,7
@@
class CRM_Core_Config_MagicMerge {
case 'user-system':
case 'runtime':
case 'callback':
+ case 'boot-svc':
// In the past, changes to $config were not persisted automatically.
$this->cache[$name] = $v;
return;