[Pkg-owncloud-commits] [php-sabredav] 150/275: This will ensure that multiget and calendar-report correctly works for inboxes.

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

    This will ensure that multiget and calendar-report correctly works for
    inboxes.
---
 lib/CalDAV/Schedule/ISchedulingObject.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/CalDAV/Schedule/ISchedulingObject.php b/lib/CalDAV/Schedule/ISchedulingObject.php
index 90e6f23..80aa9c8 100644
--- a/lib/CalDAV/Schedule/ISchedulingObject.php
+++ b/lib/CalDAV/Schedule/ISchedulingObject.php
@@ -8,7 +8,7 @@ namespace Sabre\CalDAV\Schedule;
  * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License
  * @copyright Copyright (C) 2007-2014 fruux GmbH. All rights reserved.
  */
-interface ISchedulingObject extends \Sabre\DAV\IFile {
+interface ISchedulingObject extends \Sabre\CalDAV\ICalendarObject {
 
 }
 

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