Correct quoting error with Sabre connector. Fix critical pg pbms

remotes/origin/stable45
Brice Maron 13 years ago
parent bcb9cf3c06
commit bfff3d3f9b
  1. 2
      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());

Loading…
Cancel
Save