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