forked from extern/egroupware
fixed sql error in carddav caused by sync-collection flag interpreted as filter
This commit is contained in:
parent
1d1dbd252c
commit
5090a02892
@ -211,6 +211,7 @@ class addressbook_groupdav extends groupdav_handler
|
||||
}
|
||||
// detect sync-collection report
|
||||
$sync_collection_report = $filter['sync-collection'];
|
||||
unset($filter['sync-collection']);
|
||||
|
||||
if (isset($filter_in[self::$path_attr]) && !is_array($filter_in[self::$path_attr]))
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user