[Pkg-owncloud-commits] [php-sabre-vobject] 113/341: Do not add default properties.
David Prévot
taffit at moszumanska.debian.org
Tue Aug 11 13:35:39 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 33d151714d8c08a0659859a010c64f2d12669be0
Author: Ivan Enderlin <ivan.enderlin at hoa-project.net>
Date: Tue Jan 13 16:20:05 2015 +0100
Do not add default properties.
---
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 1c609c2..52072b4 100644
--- a/lib/Parser/XML.php
+++ b/lib/Parser/XML.php
@@ -190,7 +190,9 @@ class XML extends Parser {
$componentName = static::getTagName($component['name']);
$currentComponent = $this->root->createComponent(
- $componentName
+ $componentName,
+ null,
+ false
);
$this->pointer = &$component;
--
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