[Pkg-owncloud-commits] [php-sabredav] 25/66: `PROPATCH` is handled by `httpPropPatch`

David Prévot taffit at moszumanska.debian.org
Wed May 27 13:56:46 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 979834509c0e29061b272342d189d9441edca973
Author: Ivan Enderlin <ivan.enderlin at hoa-project.net>
Date:   Thu Apr 16 22:19:54 2015 +0200

    `PROPATCH` is handled by `httpPropPatch`
    
    Fix the case of the method name.
---
 lib/DAV/CorePlugin.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/DAV/CorePlugin.php b/lib/DAV/CorePlugin.php
index 72d0c92..ea48429 100644
--- a/lib/DAV/CorePlugin.php
+++ b/lib/DAV/CorePlugin.php
@@ -38,7 +38,7 @@ class CorePlugin extends ServerPlugin {
         $server->on('method:HEAD',      [$this, 'httpHead']);
         $server->on('method:DELETE',    [$this, 'httpDelete']);
         $server->on('method:PROPFIND',  [$this, 'httpPropfind']);
-        $server->on('method:PROPPATCH', [$this, 'httpProppatch']);
+        $server->on('method:PROPPATCH', [$this, 'httpPropPatch']);
         $server->on('method:PUT',       [$this, 'httpPut']);
         $server->on('method:MKCOL',     [$this, 'httpMkcol']);
         $server->on('method:MOVE',      [$this, 'httpMove']);

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