[Pkg-owncloud-commits] [php-sabre-vobject] 192/341: Fix the rebase :-/.
David Prévot
taffit at moszumanska.debian.org
Tue Aug 11 13:35:47 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 2123349fc70a354d22a5530b1e4d9f0dd21dc1fa
Author: Ivan Enderlin <ivan.enderlin at hoa-project.net>
Date: Thu Jan 22 12:16:38 2015 +0100
Fix the rebase :-/.
---
lib/Parser/XML.php | 2 ++
1 file changed, 2 insertions(+)
diff --git a/lib/Parser/XML.php b/lib/Parser/XML.php
index 5ed2efe..687c15d 100644
--- a/lib/Parser/XML.php
+++ b/lib/Parser/XML.php
@@ -205,6 +205,8 @@ class XML extends Parser {
|| 'parameters' !== static::getTagName($xmlPropertyChild['name']))
continue;
+ $xmlParameters = $xmlPropertyChild['value'];
+
foreach ($xmlParameters as $xmlParameter) {
$propertyParameters[static::getTagName($xmlParameter['name'])]
= $xmlParameter['value'][0]['value'];
--
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