[Pkg-owncloud-commits] [php-sabredav] 197/275: cleanup

David Prévot taffit at moszumanska.debian.org
Thu Sep 25 14:56:07 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 a4a80aefb768ac225560d5be5ec298d1e321da84
Author: Dominik Tobschall <dominik at fruux.com>
Date:   Wed Aug 27 18:18:50 2014 +0200

    cleanup
---
 lib/CalDAV/Schedule/Plugin.php | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

diff --git a/lib/CalDAV/Schedule/Plugin.php b/lib/CalDAV/Schedule/Plugin.php
index 8615582..bef5e9a 100644
--- a/lib/CalDAV/Schedule/Plugin.php
+++ b/lib/CalDAV/Schedule/Plugin.php
@@ -106,7 +106,7 @@ class Plugin extends ServerPlugin {
         $server->on('beforeCreateFile',    [$this, 'beforeCreateFile']);
         $server->on('beforeWriteContent',  [$this, 'beforeWriteContent']);
         $server->on('beforeUnbind',        [$this, 'beforeUnbind']);
-        $server->on('schedule',            [$this, 'schedulelocaldelivery']);
+        $server->on('schedule',            [$this, 'scheduleLocalDelivery']);
 
         $ns = '{' . self::NS_CALDAV . '}';
 
@@ -364,11 +364,6 @@ class Plugin extends ServerPlugin {
      */
     public function deliver(ITip\Message $iTipMessage) {
 
-        /*
-        $iTipMessage->scheduleStatus =
-            $this->iMIPMessage($iTipMessage->sender, [$iTipMessage->recipient], $iTipMessage->message, '');
-        */
-
         $this->server->emit('schedule', [$iTipMessage]);
         if (!$iTipMessage->scheduleStatus) {
             $iTipMessage->scheduleStatus='5.2;There was no system capable of delivering the scheduling message';

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