[Pkg-owncloud-commits] [php-sabredav] 32/42: Fix typo
David Prévot
taffit at moszumanska.debian.org
Wed Jul 23 16:41:26 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 d0ba5eeaae0499c85c33b900aa16af872caf5dbc
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