[Pkg-owncloud-commits] [php-sabre-vobject] 231/341: The `SOUND` property is of kind `URI`.
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 e0caaa3263f4cbf047189e02bb76112de5ea61d9
Author: Ivan Enderlin <ivan.enderlin at hoa-project.net>
Date: Tue Jan 27 14:48:39 2015 +0100
The `SOUND` property is of kind `URI`.
---
lib/Component/VCard.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/Component/VCard.php b/lib/Component/VCard.php
index c0f8f5a..0d9aa86 100644
--- a/lib/Component/VCard.php
+++ b/lib/Component/VCard.php
@@ -84,7 +84,7 @@ class VCard extends VObject\Document {
'ORG' => 'Sabre\\VObject\\Property\\Text',
'NOTE' => 'Sabre\\VObject\\Property\\FlatText',
'REV' => 'Sabre\\VObject\\Property\\VCard\\TimeStamp',
- 'SOUND' => 'Sabre\\VObject\\Property\\FlatText',
+ 'SOUND' => 'Sabre\\VObject\\Property\\Uri',
'URL' => 'Sabre\\VObject\\Property\\Uri',
'UID' => 'Sabre\\VObject\\Property\\FlatText',
'VERSION' => '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