[Pkg-owncloud-commits] [php-sabredav] 142/275: Accidentally removed this line.

David Prévot taffit at moszumanska.debian.org
Thu Sep 25 14:56:01 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 c8457cd1c124965349d08e9b414eeffebace072a
Author: Evert Pot <me at evertpot.com>
Date:   Mon Aug 11 15:15:59 2014 -0400

    Accidentally removed this line.
---
 lib/CalDAV/Schedule/IMipPlugin.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/CalDAV/Schedule/IMipPlugin.php b/lib/CalDAV/Schedule/IMipPlugin.php
index 9f914a9..44d261b 100644
--- a/lib/CalDAV/Schedule/IMipPlugin.php
+++ b/lib/CalDAV/Schedule/IMipPlugin.php
@@ -153,7 +153,7 @@ class IMipPlugin extends DAV\ServerPlugin {
      */
     protected function mail($to, $subject, $body, array $headers) {
 
-/bin/bash: :W: command not found
+        mail($to, $subject, $body, implode("\r\n", $headers));
 
     }
 

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