[Pkg-owncloud-commits] [php-sabre-vobject] 59/341: !xml Forget to remove the clark notation.

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 8189eaa37621f63277bcfb2dd9e0e2de97c27c4d
Author: Ivan Enderlin <ivan.enderlin at hoa-project.net>
Date:   Tue Nov 18 11:18:17 2014 +0100

    !xml Forget to remove the clark notation.
---
 lib/Parser/XML.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/Parser/XML.php b/lib/Parser/XML.php
index 9610cac..3d82c1a 100644
--- a/lib/Parser/XML.php
+++ b/lib/Parser/XML.php
@@ -94,7 +94,7 @@ class XML extends Parser {
                                     = $xmlParameter['value'][0]['value'];
                         }
 
-                        $propertyType  = $xmlProperty['value'][0]['name'];
+                        $propertyType  = static::getTagName($xmlProperty['value'][0]['name']);
                         $propertyValue = $xmlProperty['value'][0]['value'];
 
                         $property      = $this->root->createProperty(

-- 
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