[various] Set config loaded from default values to SOURCE_STATIC
[friendica-addons.git/.git] / testdrive / testdrive.php
index 94e63dd..903f80b 100644 (file)
@@ -27,7 +27,7 @@ function testdrive_install()
 
 function testdrive_load_config(App $a, ConfigFileLoader $loader)
 {
-       $a->getConfigCache()->load($loader->loadAddonConfig('testdrive'));
+       $a->getConfigCache()->load($loader->loadAddonConfig('testdrive'), \Friendica\Core\Config\ValueObject\Cache::SOURCE_STATIC);
 }
 
 function testdrive_globaldir_update(App $a, array &$b)