[Pkg-owncloud-commits] [php-sabre-vobject] 236/341: Add the `CALADRURI` property from RFC2739.
David Prévot
taffit at moszumanska.debian.org
Tue Aug 11 13:35:52 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 89030bd85c1db28624dcf5b4e6765c982b5a04ed
Author: Ivan Enderlin <ivan.enderlin at hoa-project.net>
Date: Tue Jan 27 15:24:42 2015 +0100
Add the `CALADRURI` property from RFC2739.
---
lib/Component/VCard.php | 1 +
1 file changed, 1 insertion(+)
diff --git a/lib/Component/VCard.php b/lib/Component/VCard.php
index 0d9aa86..a9666e6 100644
--- a/lib/Component/VCard.php
+++ b/lib/Component/VCard.php
@@ -102,6 +102,7 @@ class VCard extends VObject\Document {
'FBURL' => 'Sabre\\VObject\\Property\\Uri',
'CAPURI' => 'Sabre\\VObject\\Property\\Uri',
'CALURI' => 'Sabre\\VObject\\Property\\Uri',
+ 'CALADRURI' => 'Sabre\\VObject\\Property\\Uri',
// rfc4770 properties
'IMPP' => 'Sabre\\VObject\\Property\\Uri',
--
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