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