* 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:
Ralf Becker 2013-07-27 08:22:26 +00:00
parent afa7a73f0a
commit 4223019b93

View File

@ -920,7 +920,7 @@ class addressbook_ldap
case 'id':
case 'contact_id':
$filter .= $this->ids_filter($value);
$filters .= $this->ids_filter($value);
break;
default: