Refactoring ConfigCacheLoader methods

This commit is contained in:
Philipp Holzer
2019-02-05 22:27:56 +01:00
parent 2ba4c95f4b
commit 7aa0760742
11 changed files with 11 additions and 11 deletions

View File

@@ -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) {