[Pkg-owncloud-commits] [php-sabre-vobject] 141/341: The <freebusy /> property has its own type.
David Prévot
taffit at moszumanska.debian.org
Tue Aug 11 13:35:42 UTC 2015
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository php-sabre-vobject.
commit 90bbbe71d4d60e108b392059ba6ef70ffe45ef72
Author: Ivan Enderlin <ivan.enderlin at hoa-project.net>
Date: Fri Jan 16 11:10:59 2015 +0100
The <freebusy /> property has its own type.
---
lib/Parser/XML.php | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/lib/Parser/XML.php b/lib/Parser/XML.php
index ce53f67..27bb32f 100644
--- a/lib/Parser/XML.php
+++ b/lib/Parser/XML.php
@@ -165,9 +165,11 @@ class XML extends Parser {
}
break;
+ case 'freebusy':
+ $propertyType = 'freebusy';
+
case 'categories':
case 'resources':
- case 'freebusy':
case 'exdate':
foreach ($xmlProperty['value'] as $specialChild) {
$propertyValue[static::getTagName($specialChild['name'])]
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/php-sabre-vobject.git
More information about the Pkg-owncloud-commits
mailing list