[Pkg-owncloud-commits] [php-sabredav] 30/275: Logging
David Prévot
taffit at moszumanska.debian.org
Thu Sep 25 14:55:47 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 cb3fa0d276253a9b83fc2c2a8e0a76d15193bbea
Author: Evert Pot <evert at rooftopsolutions.nl>
Date: Mon Jan 6 19:11:27 2014 +0100
Logging
---
lib/Sabre/CalDAV/Schedule/Plugin.php | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/lib/Sabre/CalDAV/Schedule/Plugin.php b/lib/Sabre/CalDAV/Schedule/Plugin.php
index aa68465..8bb6cd8 100644
--- a/lib/Sabre/CalDAV/Schedule/Plugin.php
+++ b/lib/Sabre/CalDAV/Schedule/Plugin.php
@@ -463,7 +463,9 @@ class Plugin extends ServerPlugin {
public function deliver(ITipMessage $iTipMessage) {
$iTipMessage->scheduleStatus =
- $this->iMipMessage($iTipMessage->sender, [$iTipMessage->recipient], $iTipMessage->message, '');
+ $this->iMIPMessage($iTipMessage->sender, [$iTipMessage->recipient], $iTipMessage->message, '');
+
+ file_put_contents('/tmp/schedulelog', print_r($iTipMessage, true), FILE_APPEND);
}
--
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