From: Tim Otten Date: Mon, 21 Sep 2015 06:50:02 +0000 (-0700) Subject: Fix api_v3_ContactTest.testContactGetBy*Username X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=6504e96d5e65d754733d4528a46865d95a2300a7;p=civicrm-core.git Fix api_v3_ContactTest.testContactGetBy*Username --- diff --git a/CRM/Core/Config/MagicMerge.php b/CRM/Core/Config/MagicMerge.php index edb2c8db1d..979c583597 100644 --- 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;