mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-06-07 09:54:27 +02:00
Refactoring ConfigCacheLoader methods
This commit is contained in:
parent
2ba4c95f4b
commit
7aa0760742
11 changed files with 11 additions and 11 deletions
|
@ -37,7 +37,7 @@ function testdrive_uninstall() {
|
|||
|
||||
function testdrive_load_config(App $a, Config\ConfigCacheLoader $loader)
|
||||
{
|
||||
$a->getConfig()->loadConfigArray($loader->loadConfigFile('testdrive', true));
|
||||
$a->getConfig()->loadConfigArray($loader->loadAddonConfig('testdrive'));
|
||||
}
|
||||
|
||||
function testdrive_globaldir_update($a,&$b) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue