mirror of
https://git.code.sf.net/p/seeddms/code
synced 2026-01-30 21:19:23 +00:00
no need for 'global $logger'
This commit is contained in:
parent
b6bdae551c
commit
9275fc1e05
|
|
@ -16,7 +16,6 @@ require_once('inc.ClassAuthenticationService.php');
|
|||
require_once('inc.ClassDbAuthentication.php');
|
||||
require_once('inc.ClassLdapAuthentication.php');
|
||||
|
||||
global $logger;
|
||||
$authenticator = new SeedDMS_AuthenticationService($logger, $settings);
|
||||
|
||||
if(isset($GLOBALS['SEEDDMS_HOOKS']['authentication'])) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user