properly quote etags
This commit is contained in:
parent
49b44e7e22
commit
cd0c5990f8
|
@ -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…
Reference in New Issue