mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 16:03:47 +01:00
* CalDAV/InfoLog: fixed not working sync-collection report, eg. used by eM client
This commit is contained in:
parent
e15144c7f9
commit
f3cb31ccf5
@ -397,9 +397,9 @@ class infolog_groupdav extends groupdav_handler
|
|||||||
{
|
{
|
||||||
$parts = explode('/', $option['data']);
|
$parts = explode('/', $option['data']);
|
||||||
$sync_token = array_pop($parts);
|
$sync_token = array_pop($parts);
|
||||||
$filters[] = 'info_datemodified>'.(int)$sync_token;
|
$cal_filters[] = 'info_datemodified>'.(int)$sync_token;
|
||||||
$filters['filter'] .= '+deleted'; // to return deleted entries too
|
$cal_filters['filter'] .= '+deleted'; // to return deleted entries too
|
||||||
$filters['order'] = 'info_datemodified ASC'; // return oldest modifications first
|
$cal_filters['order'] = 'info_datemodified ASC'; // return oldest modifications first
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
case 'sync-level':
|
case 'sync-level':
|
||||||
|
Loading…
Reference in New Issue
Block a user