mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-10 18:38:49 +00:00
[various] Set config loaded from default values to SOURCE_STATIC
- This prevents from clobbering values loaded from base `config/` folder
This commit is contained in:
parent
46d4d0b51e
commit
2fc7356cf4
12 changed files with 12 additions and 12 deletions
|
@ -50,7 +50,7 @@ function piwik_install() {
|
|||
|
||||
function piwik_load_config(App $a, ConfigFileLoader $loader)
|
||||
{
|
||||
$a->getConfigCache()->load($loader->loadAddonConfig('piwik'));
|
||||
$a->getConfigCache()->load($loader->loadAddonConfig('piwik'), \Friendica\Core\Config\ValueObject\Cache::SOURCE_STATIC);
|
||||
}
|
||||
|
||||
function piwik_analytics(App $a, string &$b)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue