Skip to content

Commit

Permalink
Merge pull request #430 from eMerzh/pg_shared_sabre
Browse files Browse the repository at this point in the history
Correct quoting error with Sabre connector. Fix critical pg pbms
  • Loading branch information
DeepDiver1975 committed Nov 15, 2012
2 parents ad76298 + bfff3d3 commit 8f501a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/connector/sabre/node.php
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ static public function removeETagPropertyForPath($path) {

//remove etag for all Shared folders
$query = OC_DB::prepare( 'DELETE FROM `*PREFIX*properties`'
.' WHERE `propertypath` = "/Shared"'
.' WHERE `propertypath` = \'/Shared\' '
);
$query->execute(array());

Expand Down

0 comments on commit 8f501a9

Please sign in to comment.