[Pkg-owncloud-commits] [php-sabredav] 187/275: Corrected header format.

David Prévot taffit at moszumanska.debian.org
Thu Sep 25 14:56:06 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 e1727bcf7733b336a8627dcd2404f09013d7221e
Author: Evert Pot <evert at rooftopsolutions.nl>
Date:   Mon Aug 25 18:03:36 2014 +0200

    Corrected header format.
---
 lib/CalDAV/Schedule/IMipPlugin.php | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lib/CalDAV/Schedule/IMipPlugin.php b/lib/CalDAV/Schedule/IMipPlugin.php
index 4136bb2..3da7448 100644
--- a/lib/CalDAV/Schedule/IMipPlugin.php
+++ b/lib/CalDAV/Schedule/IMipPlugin.php
@@ -130,6 +130,7 @@ class IMipPlugin extends DAV\ServerPlugin {
         if (DAV\Server::$exposeVersion) {
             $headers[] = 'X-Sabre-Version: ' . DAV\Version::VERSION;
         }
+        $headers = implode("\r\n", $headers);
         $this->mail(
             $recipient,
             $subject,

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