[Pkg-owncloud-commits] [owncloud] 96/394: Correct quoting error with Sabre connector. Fix critical pg pbms

David Prévot taffit at alioth.debian.org
Fri Nov 8 23:11:36 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 bfff3d3f9baf5baaf9ea247d0a5d17ac498f8077
Author: Brice Maron <brice at bmaron.net>
Date:   Wed Nov 14 20:10:24 2012 +0000

    Correct quoting error with Sabre connector. Fix critical pg pbms
---
 lib/connector/sabre/node.php |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/connector/sabre/node.php b/lib/connector/sabre/node.php
index 6a2ad22..bac4418 100644
--- a/lib/connector/sabre/node.php
+++ b/lib/connector/sabre/node.php
@@ -278,7 +278,7 @@ abstract class OC_Connector_Sabre_Node implements Sabre_DAV_INode, Sabre_DAV_IPr
 		
 		//remove etag for all Shared folders
 		$query = OC_DB::prepare( 'DELETE FROM `*PREFIX*properties`'
-				.' WHERE `propertypath` = "/Shared"'
+				.' WHERE `propertypath` = \'/Shared\' '
 		);
 		$query->execute(array());
 		

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