properly quote etags

remotes/origin/ldap_group_count
Robin Appelman 12 years ago
parent 49b44e7e22
commit cd0c5990f8
  1. 2
      lib/private/connector/sabre/file.php

@ -185,7 +185,7 @@ class OC_Connector_Sabre_File extends OC_Connector_Sabre_Node implements Sabre_D
* @return mixed
*/
public function getETag() {
return $this->info->getEtag();
return '"' . $this->info->getEtag() . '"';
}
/**

Loading…
Cancel
Save