mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 09:04:53 +01:00
* CardDAV/Addressbook: fix accounts not synced for preference account-selection "groupmembers"
This commit is contained in:
parent
1246d77e28
commit
5b5525b38f
@ -520,7 +520,7 @@ class Sql extends Api\Storage
|
||||
if (isset($filter['owner']))
|
||||
{
|
||||
// no grants for selected owner/addressbook
|
||||
if (!($filter['owner'] = array_intersect((array)$filter['owner'],array_keys($this->grants))))
|
||||
if (!array_intersect((array)$filter['owner'],array_keys($this->grants)))
|
||||
{
|
||||
if (!isset($groupmember_sql)) return false;
|
||||
$filter[] = substr($groupmember_sql,4);
|
||||
|
Loading…
Reference in New Issue
Block a user