diff options
Diffstat (limited to 'apps/dav/lib/CardDAV/SyncService.php')
-rw-r--r-- | apps/dav/lib/CardDAV/SyncService.php | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/apps/dav/lib/CardDAV/SyncService.php b/apps/dav/lib/CardDAV/SyncService.php index 4a5e45ecb80..ee68a4a26ec 100644 --- a/apps/dav/lib/CardDAV/SyncService.php +++ b/apps/dav/lib/CardDAV/SyncService.php @@ -236,9 +236,7 @@ class SyncService { $root->appendChild($sync); $root->appendChild($prop); $dom->appendChild($root); - $body = $dom->saveXML(); - - return $body; + return $dom->saveXML(); } /** |