Fix api_v3_ContactTest.testContactGetBy*Username
authorTim Otten <totten@civicrm.org>
Mon, 21 Sep 2015 06:50:02 +0000 (23:50 -0700)
committerTim Otten <totten@civicrm.org>
Mon, 21 Sep 2015 06:50:02 +0000 (23:50 -0700)
CRM/Core/Config/MagicMerge.php

index edb2c8db1d4d7cd7ee6527c53b2ebda63a2948e5..979c583597cca500359a4fe5a2aa3a449a1939ee 100644 (file)
@@ -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;