mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-04-27 00:50:16 +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
|
@ -45,7 +45,7 @@ function ldapauth_install()
|
|||
|
||||
function ldapauth_load_config(App $a, ConfigFileLoader $loader)
|
||||
{
|
||||
$a->getConfigCache()->load($loader->loadAddonConfig('ldapauth'));
|
||||
$a->getConfigCache()->load($loader->loadAddonConfig('ldapauth'), \Friendica\Core\Config\ValueObject\Cache::SOURCE_STATIC);
|
||||
}
|
||||
|
||||
function ldapauth_hook_authenticate(App $a, array &$b)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue