[Pkg-owncloud-commits] [php-sabredav] 53/275: Fix classname.

David Prévot taffit at moszumanska.debian.org
Thu Sep 25 14:55:50 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 f326b5b20e80c25c0234524783a497ea909953b8
Author: Ivan Enderlin <ivan.enderlin at hoa-project.net>
Date:   Mon Jun 2 14:33:02 2014 +0200

    Fix classname.
---
 examples/calendarserver.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/examples/calendarserver.php b/examples/calendarserver.php
index b54d14c..a9fb867 100644
--- a/examples/calendarserver.php
+++ b/examples/calendarserver.php
@@ -57,7 +57,7 @@ $server->addPlugin($caldavPlugin);
 
 /* Calendar subscription support */
 $server->addPlugin(
-    new Sabre\CalDAV\Subscription\Plugin()
+    new Sabre\CalDAV\Subscriptions\Plugin()
 );
 
 

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