forked from extern/egroupware
* CardDAV/ActiveDirectory/LDAP: fixed typo causing doublication in account-addressbook of eMclient by always returning all accounts in multiget report
This commit is contained in:
parent
afa7a73f0a
commit
4223019b93
@ -920,7 +920,7 @@ class addressbook_ldap
|
|||||||
|
|
||||||
case 'id':
|
case 'id':
|
||||||
case 'contact_id':
|
case 'contact_id':
|
||||||
$filter .= $this->ids_filter($value);
|
$filters .= $this->ids_filter($value);
|
||||||
break;
|
break;
|
||||||
|
|
||||||
default:
|
default:
|
||||||
|
Loading…
Reference in New Issue
Block a user