mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 14:41:29 +01:00
* InfoLog/CalDAV: fixed initial sync of more then 60 contacts created doublicates (no REPORT filters were used)
This commit is contained in:
parent
983c1e358d
commit
051c724e37
@ -308,7 +308,7 @@ class infolog_groupdav extends groupdav_handler
|
||||
* @param int &$nresult on return limit for number or results or unchanged/null
|
||||
* @return boolean true if filter could be processed
|
||||
*/
|
||||
function _report_filters($options,&$filters,$id, &$nresults)
|
||||
function _report_filters($options,&$cal_filters,$id, &$nresults)
|
||||
{
|
||||
if ($options['filters'])
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user