[Pkg-owncloud-commits] [php-sabredav] 26/66: Rename `httpPropfind` to `httpPropFind`.

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 324bf57d34544c02e0cfedfbc0c607c9ede00ebb
Author: Ivan Enderlin <ivan.enderlin at hoa-project.net>
Date:   Fri Apr 17 09:59:15 2015 +0200

    Rename `httpPropfind` to `httpPropFind`.
---
 lib/DAV/CorePlugin.php | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/DAV/CorePlugin.php b/lib/DAV/CorePlugin.php
index ea48429..32534d0 100644
--- a/lib/DAV/CorePlugin.php
+++ b/lib/DAV/CorePlugin.php
@@ -37,7 +37,7 @@ class CorePlugin extends ServerPlugin {
         $server->on('method:OPTIONS',   [$this, 'httpOptions']);
         $server->on('method:HEAD',      [$this, 'httpHead']);
         $server->on('method:DELETE',    [$this, 'httpDelete']);
-        $server->on('method:PROPFIND',  [$this, 'httpPropfind']);
+        $server->on('method:PROPFIND',  [$this, 'httpPropFind']);
         $server->on('method:PROPPATCH', [$this, 'httpPropPatch']);
         $server->on('method:PUT',       [$this, 'httpPut']);
         $server->on('method:MKCOL',     [$this, 'httpMkcol']);
@@ -313,7 +313,7 @@ class CorePlugin extends ServerPlugin {
      * @param ResponseInterface $response
      * @return void
      */
-    function httpPropfind(RequestInterface $request, ResponseInterface $response) {
+    function httpPropFind(RequestInterface $request, ResponseInterface $response) {
 
         $path = $request->getPath();
 

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