summaryrefslogtreecommitdiffstats
path: root/apps/dav/lib/CardDAV/Xml/Groups.php
diff options
context:
space:
mode:
Diffstat (limited to 'apps/dav/lib/CardDAV/Xml/Groups.php')
-rw-r--r--apps/dav/lib/CardDAV/Xml/Groups.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/dav/lib/CardDAV/Xml/Groups.php b/apps/dav/lib/CardDAV/Xml/Groups.php
index 0e001835c38..701aa679b44 100644
--- a/apps/dav/lib/CardDAV/Xml/Groups.php
+++ b/apps/dav/lib/CardDAV/Xml/Groups.php
@@ -39,7 +39,7 @@ class Groups implements XmlSerializable {
$this->groups = $groups;
}
- function xmlSerialize(Writer $writer) {
+ public function xmlSerialize(Writer $writer) {
foreach ($this->groups as $group) {
$writer->writeElement('{' . self::NS_OWNCLOUD . '}group', $group);
}