aboutsummaryrefslogtreecommitdiffstats
path: root/apps/dav/lib/Command/ExportCalendar.php
diff options
context:
space:
mode:
Diffstat (limited to 'apps/dav/lib/Command/ExportCalendar.php')
-rw-r--r--apps/dav/lib/Command/ExportCalendar.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/dav/lib/Command/ExportCalendar.php b/apps/dav/lib/Command/ExportCalendar.php
index 5758cd4fa87..6ed8aa2cfe4 100644
--- a/apps/dav/lib/Command/ExportCalendar.php
+++ b/apps/dav/lib/Command/ExportCalendar.php
@@ -79,7 +79,7 @@ class ExportCalendar extends Command {
if ($handle === false) {
throw new InvalidArgumentException("Location <$location> is not valid. Can not open location for write operation.");
}
-
+
foreach ($this->exportService->export($calendar, $options) as $chunk) {
fwrite($handle, $chunk);
}