mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 23:00:56 +01:00
fix missing slash in path of adLDAP.php
This commit is contained in:
parent
4c59ea9d5f
commit
f4521e3401
@ -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