[Pkg-owncloud-commits] [php-sabredav] 65/275: Fix typo

David Prévot taffit at moszumanska.debian.org
Thu Sep 25 14:55:52 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 3bd9c32765c17444e7efe41a237ef9dda0f0807f
Author: Armin Hackmann <armin at fruux.com>
Date:   Wed Jun 25 15:56:28 2014 +0200

    Fix typo
---
 lib/DAV/Server.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/DAV/Server.php b/lib/DAV/Server.php
index 510f0a1..465b36f 100644
--- a/lib/DAV/Server.php
+++ b/lib/DAV/Server.php
@@ -916,7 +916,7 @@ class Server extends EventEmitter {
             $this->addPathNodesRecursively($propFindRequests, $propFind);
         }
 
-        $returnProperties = [];
+        $returnPropertyList = [];
 
         foreach($propFindRequests as $propFindRequest) {
 

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