mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 08:38:54 +01:00
fix missing slash in path of adLDAP.php
This commit is contained in:
parent
79c8adb873
commit
e931d39a8d
@ -15,7 +15,7 @@ namespace EGroupware\Api\Accounts;
|
||||
|
||||
use EGroupware\Api;
|
||||
|
||||
require_once EGW_INCLUDE_ROOT.'vendor/adldap2/adldap2/src/adLDAP.php';
|
||||
require_once EGW_INCLUDE_ROOT.'/vendor/adldap2/adldap2/src/adLDAP.php';
|
||||
use adLDAPException;
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user