From 2c028aa3b52e5444de60184d1d61c6f270c6fb33 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Mon, 23 Jan 2017 11:27:44 +0100 Subject: [PATCH] fix typo causing filtering by group-distribution-list to fail --- api/src/Contacts/Ldap.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/src/Contacts/Ldap.php b/api/src/Contacts/Ldap.php index a399fa1358..53c27c5778 100644 --- a/api/src/Contacts/Ldap.php +++ b/api/src/Contacts/Ldap.php @@ -974,7 +974,7 @@ class Ldap break; case 'list': - $filter .= $this->membershipFilter($value); + $filters .= $this->membershipFilter($value); break; default: