[Pkg-owncloud-commits] [php-sabredav] 10/42: This property was missing.

David Prévot taffit at moszumanska.debian.org
Wed Oct 29 20:52:05 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 4a2dabaa6b5e648d2698e02d2d649258d54ab31f
Author: Evert Pot <evert at rooftopsolutions.nl>
Date:   Mon Oct 6 01:07:16 2014 +0100

    This property was missing.
---
 lib/DAVACL/AbstractPrincipalCollection.php | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/lib/DAVACL/AbstractPrincipalCollection.php b/lib/DAVACL/AbstractPrincipalCollection.php
index 366b75e..199e0af 100644
--- a/lib/DAVACL/AbstractPrincipalCollection.php
+++ b/lib/DAVACL/AbstractPrincipalCollection.php
@@ -21,18 +21,18 @@ use
 abstract class AbstractPrincipalCollection extends DAV\Collection implements IPrincipalCollection {
 
     /**
-     * Node or 'directory' name.
+     * Principal backend
      *
-     * @var string
+     * @var PrincipalBackend\BackendInterface
      */
-    protected $path;
+    protected $principalBackend;
 
     /**
-     * Principal backend
+     * The path to the principals we're listing from.
      *
-     * @var PrincipalBackend\BackendInterface
+     * @var string
      */
-    protected $principalBackend;
+    protected $principalPrefix;
 
     /**
      * If this value is set to true, it effectively disables listing of users

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