[Pkg-owncloud-commits] [php-sabredav] 29/66: Using the correct path.

David Prévot taffit at moszumanska.debian.org
Wed May 27 13:56:47 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 a1f6d1ef6cd42c6e6bc82c14c1d583d9b2cd8452
Author: Evert Pot <me at evertpot.com>
Date:   Mon Apr 20 21:01:51 2015 -0400

    Using the correct path.
---
 lib/DAVACL/Plugin.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/DAVACL/Plugin.php b/lib/DAVACL/Plugin.php
index 7b79558..1946e17 100644
--- a/lib/DAVACL/Plugin.php
+++ b/lib/DAVACL/Plugin.php
@@ -1250,7 +1250,7 @@ class Plugin extends DAV\ServerPlugin {
 
         $uri = null;
         if (!$report->applyToPrincipalCollectionSet) {
-            $uri = $this->server->getRequestUri();
+            $uri = $this->server->httpRequest->getPath();
         }
         if ($this->server->getHttpDepth('0')!==0) {
             throw new BadRequest('Depth must be 0');

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