* LDAP/AD/UCS: fixed sending mails to groups used as distribution lists

This commit is contained in:
Ralf Becker 2019-01-30 17:59:52 +01:00
parent 685fc58564
commit 75b21741b9

View File

@ -676,7 +676,7 @@ class Storage
{
unset($filter['tid']); // return all entries incl. deleted
}
$backend = $this->get_backend(null,$filter['owner']);
$backend = $this->get_backend(null, isset($filter['list']) && $filter['list'] < 0 ? 0 : $filter['owner']);
// single string to search for --> create so_sql conformant search criterial for the standard search columns
if ($criteria && !is_array($criteria))
{