mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-06-07 18:04:26 +02:00
Moved method names & class
This commit is contained in:
parent
50dc31de87
commit
2e33d99f18
11 changed files with 22 additions and 23 deletions
|
@ -71,9 +71,9 @@ function ldapauth_uninstall()
|
|||
Hook::unregister('authenticate', 'addon/ldapauth/ldapauth.php', 'ldapauth_hook_authenticate');
|
||||
}
|
||||
|
||||
function ldapauth_load_config(\Friendica\App $a, Config\ConfigCacheLoader $loader)
|
||||
function ldapauth_load_config(\Friendica\App $a, Config\Cache\ConfigCacheLoader $loader)
|
||||
{
|
||||
$a->getConfig()->loadConfigArray($loader->loadAddonConfig('ldapauth'));
|
||||
$a->getConfigCache()->load($loader->loadAddonConfig('ldapauth'));
|
||||
}
|
||||
|
||||
function ldapauth_hook_authenticate($a, &$b)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue