mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-26 01:43:47 +01:00
fixed sql error in carddav caused by sync-collection flag interpreted as filter
This commit is contained in:
parent
8fb730e01a
commit
33c9f6587e
@ -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