forked from extern/egroupware
* LDAP/AD/UCS: fixed sending mails to groups used as distribution lists
This commit is contained in:
parent
685fc58564
commit
75b21741b9
@ -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))
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user