fixed sql error in carddav caused by sync-collection flag interpreted as filter

This commit is contained in:
Ralf Becker 2014-02-20 19:38:21 +00:00
parent 1d1dbd252c
commit 5090a02892

View File

@ -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]))
{