[Pkg-owncloud-commits] [php-sabredav] 166/275: text/vcard is the new default content-type.

David Prévot taffit at moszumanska.debian.org
Thu Sep 25 14:56:04 UTC 2014


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

taffit pushed a commit to branch master
in repository php-sabredav.

commit 72e5bf563ff681f2a818cff0a77c973fa4c13dbe
Author: Evert Pot <me at evertpot.com>
Date:   Thu Aug 21 14:45:46 2014 -0400

    text/vcard is the new default content-type.
---
 lib/CardDAV/Card.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/CardDAV/Card.php b/lib/CardDAV/Card.php
index 0b33376..6af9dda 100644
--- a/lib/CardDAV/Card.php
+++ b/lib/CardDAV/Card.php
@@ -118,7 +118,7 @@ class Card extends DAV\File implements ICard, DAVACL\IACL {
      */
     public function getContentType() {
 
-        return 'text/x-vcard; charset=utf-8';
+        return 'text/vcard; charset=utf-8';
 
     }
 

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