[Pkg-owncloud-commits] [php-sabre-vobject] 224/341: A GEO property is a URI.

David Prévot taffit at moszumanska.debian.org
Tue Aug 11 13:35:50 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 51a36f394cea34b84aaadfa5d18d84ae3730258e
Author: Ivan Enderlin <ivan.enderlin at hoa-project.net>
Date:   Tue Jan 27 12:11:42 2015 +0100

    A GEO property is a 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 e6152a9..3733441 100644
--- a/lib/Component/VCard.php
+++ b/lib/Component/VCard.php
@@ -75,7 +75,7 @@ class VCard extends VObject\Document {
         'TEL'     => 'Sabre\\VObject\\Property\\Uri',
         'EMAIL'   => 'Sabre\\VObject\\Property\\FlatText',
         'MAILER'  => 'Sabre\\VObject\\Property\\FlatText', // Removed in vCard 4.0
-        'GEO'     => 'Sabre\\VObject\\Property\\FlatText',
+        'GEO'     => 'Sabre\\VObject\\Property\\Uri',
         'TITLE'   => 'Sabre\\VObject\\Property\\FlatText',
         'ROLE'    => 'Sabre\\VObject\\Property\\FlatText',
         'LOGO'    => 'Sabre\\VObject\\Property\\Binary',

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