* InfoLog/CalDAV: fixed initial sync of more then 60 contacts created doublicates (no REPORT filters were used)

This commit is contained in:
Ralf Becker 2013-04-04 15:12:33 +00:00
parent 983c1e358d
commit 051c724e37

View File

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