[Pkg-owncloud-commits] [php-sabredav] 16/64: text/x-card is deprecated in favour of text/card.

David Prévot taffit at moszumanska.debian.org
Thu Dec 11 15:13:23 UTC 2014


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to tag 2.2.0alpha1
in repository php-sabredav.

commit 8e9bf9cf32d29815cad7145534a90138d5e11967
Author: Ivan Enderlin <ivan.enderlin at hoa-project.net>
Date:   Wed Nov 19 14:34:08 2014 +0100

    text/x-card is deprecated in favour of text/card.
---
 lib/DAV/Browser/GuessContentType.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/DAV/Browser/GuessContentType.php b/lib/DAV/Browser/GuessContentType.php
index 6c7ae61..e8f5aff 100644
--- a/lib/DAV/Browser/GuessContentType.php
+++ b/lib/DAV/Browser/GuessContentType.php
@@ -41,7 +41,7 @@ class GuessContentType extends DAV\ServerPlugin {
 
         // groupware
         'ics' => 'text/calendar',
-        'vcf' => 'text/x-vcard',
+        'vcf' => 'text/vcard',
 
         // text
         'txt' => 'text/plain',

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/php-sabredav.git



More information about the Pkg-owncloud-commits mailing list