[Pkg-owncloud-commits] [php-sabre-vobject] 229/341: `RELATED` property is partially declared: Complete.
David Prévot
taffit at moszumanska.debian.org
Tue Aug 11 13:35:51 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 12cd1e5407bd908543e238200b27774855558985
Author: Ivan Enderlin <ivan.enderlin at hoa-project.net>
Date: Tue Jan 27 14:39:24 2015 +0100
`RELATED` property is partially declared: Complete.
It is only declared in validation rules, not in the list of properties.
---
lib/Component/VCard.php | 1 +
1 file changed, 1 insertion(+)
diff --git a/lib/Component/VCard.php b/lib/Component/VCard.php
index 96f2e0d..c0f8f5a 100644
--- a/lib/Component/VCard.php
+++ b/lib/Component/VCard.php
@@ -115,6 +115,7 @@ class VCard extends VObject\Document {
'GENDER' => 'Sabre\\VObject\\Property\\Text',
'KIND' => 'Sabre\\VObject\\Property\\FlatText',
'MEMBER' => 'Sabre\\VObject\\Property\\Uri',
+ 'RELATED' => 'Sabre\\VObject\\Property\\Uri',
// rfc6474 properties
'BIRTHPLACE' => 'Sabre\\VObject\\Property\\FlatText',
--
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