[Pkg-owncloud-commits] [php-sabre-vobject] 65/341: !xml <recur> and children.
David Prévot
taffit at moszumanska.debian.org
Tue Aug 11 13:35:34 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 712d1add36a41808cac14b78c0038f454f55d7a1
Author: Ivan Enderlin <ivan.enderlin at hoa-project.net>
Date: Tue Nov 18 14:03:53 2014 +0100
!xml <recur> and children.
---
lib/Parser/XML.php | 2 ++
1 file changed, 2 insertions(+)
diff --git a/lib/Parser/XML.php b/lib/Parser/XML.php
index ae09921..240328c 100644
--- a/lib/Parser/XML.php
+++ b/lib/Parser/XML.php
@@ -150,6 +150,8 @@ class XML extends Parser {
$reader = new SabreXML\Reader();
$reader->elementMap['{urn:ietf:params:xml:ns:icalendar-2.0}period']
= 'Sabre\VObject\Parser\XML\Element\KeyValue';
+ $reader->elementMap['{urn:ietf:params:xml:ns:icalendar-2.0}recur']
+ = 'Sabre\VObject\Parser\XML\Element\KeyValue';
$reader->xml($input);
$input = $reader->parse();
}
--
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