* CalDAV/CardDAV fixed empty REPORT causing clients display no events/contacts anymore (PROPFIND was not affected)

This commit is contained in:
Ralf Becker 2011-08-08 10:14:24 +00:00
parent bbcfcefd54
commit c918ab6260

View File

@ -536,6 +536,7 @@ class groupdav_propfind_iterator implements Iterator
$this->start = 0;
$this->files = $this->common_files;
if (!$this->files) $this->next(); // otherwise valid will return false and nothing get returned
reset($this->files);
}