[Pkg-owncloud-commits] [php-sabre-vobject] 69/341: !xml Add a default property type.

David Prévot taffit at moszumanska.debian.org
Tue Aug 11 13:35:35 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 3dce53984843163b99356e41ec3f0b45af86b03d
Author: Ivan Enderlin <ivan.enderlin at hoa-project.net>
Date:   Tue Nov 18 15:17:15 2014 +0100

    !xml Add a default property type.
---
 lib/Parser/XML.php | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lib/Parser/XML.php b/lib/Parser/XML.php
index 73ec1c5..5bb1a17 100644
--- a/lib/Parser/XML.php
+++ b/lib/Parser/XML.php
@@ -80,6 +80,7 @@ class XML extends Parser {
                     foreach($xmlProperties as $xmlProperty) {
 
                         $propertyName       = static::getTagName($xmlProperty['name']);
+                        $propertyType       = 'text';
                         $propertyParameters = [];
 
                         foreach($xmlProperty['value'] as $i => $xmlPropertyChild) {

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