[Pkg-owncloud-commits] [php-sabredav] 33/66: Fix a method case.

David Prévot taffit at moszumanska.debian.org
Wed May 27 13:56:48 UTC 2015


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to tag 3.0.0-alpha1
in repository php-sabredav.

commit 6bbdea2d147fd21aec20f6c1285f6a94ee581786
Author: Ivan Enderlin <ivan.enderlin at hoa-project.net>
Date:   Tue Apr 21 11:32:23 2015 +0200

    Fix a method case.
---
 lib/CalDAV/Plugin.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/CalDAV/Plugin.php b/lib/CalDAV/Plugin.php
index e80c761..53a8cdf 100644
--- a/lib/CalDAV/Plugin.php
+++ b/lib/CalDAV/Plugin.php
@@ -170,7 +170,7 @@ class Plugin extends DAV\ServerPlugin {
 
         $this->server = $server;
 
-        $server->on('method:MKCALENDAR',   [$this,'httpMkcalendar']);
+        $server->on('method:MKCALENDAR',   [$this,'httpMkCalendar']);
         $server->on('report',              [$this,'report']);
         $server->on('propFind',            [$this,'propFind']);
         $server->on('onHTMLActionsPanel',  [$this,'htmlActionsPanel']);

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