[Pkg-owncloud-commits] [owncloud] 116/394: use correct path for property cache (the real path of the file and not the virtual path in the shared folder

David Prévot taffit at alioth.debian.org
Fri Nov 8 23:11:41 UTC 2013


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to annotated tag v4.5.10
in repository owncloud.

commit 2854ee56e9d5ce8661b237497b7ad9a56966f6a6
Author: Björn Schießle <schiessle at owncloud.com>
Date:   Tue Nov 20 10:24:32 2012 +0100

    use correct path for property cache (the real path of the file and not the virtual path in the shared folder
---
 lib/connector/sabre/directory.php |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/connector/sabre/directory.php b/lib/connector/sabre/directory.php
index 90fd92d..a586b27 100644
--- a/lib/connector/sabre/directory.php
+++ b/lib/connector/sabre/directory.php
@@ -146,7 +146,7 @@ class OC_Connector_Sabre_Directory extends OC_Connector_Sabre_Node implements Sa
 		$nodes = array();
 		foreach($folder_content as $info) {
 			$node = $this->getChild($info['name'], $info);
-			$node->setPropertyCache($properties[$this->path.'/'.$info['name']]);
+			$node->setPropertyCache($properties[$path.'/'.$info['name']]);
 			$nodes[] = $node;
 		}
 		return $nodes;

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git



More information about the Pkg-owncloud-commits mailing list