]> git.mxchange.org Git - friendica-addons.git/blobdiff - phpmailer/phpmailer.php
[various] Set config loaded from default values to SOURCE_STATIC
[friendica-addons.git] / phpmailer / phpmailer.php
index 72113e0ac35c62d6cd0939027e137610a35a9ccd..30f10ff815f572f414a331cc848269a8fe68bf01 100644 (file)
@@ -25,7 +25,7 @@ function phpmailer_install()
 
 function phpmailer_load_config(App $a, ConfigFileLoader $loader)
 {
-       $a->getConfigCache()->load($loader->loadAddonConfig('phpmailer'));
+       $a->getConfigCache()->load($loader->loadAddonConfig('phpmailer'), \Friendica\Core\Config\ValueObject\Cache::SOURCE_STATIC);
 }
 
 /**