Moved method names & class

This commit is contained in:
Philipp Holzer 2019-02-10 20:10:59 +01:00
parent 50dc31de87
commit 2e33d99f18
No known key found for this signature in database
GPG key ID: 517BE60E2CE5C8A5
11 changed files with 22 additions and 23 deletions

View file

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