wrap etags in quotes when doing a propfind on a folder

This commit is contained in:
Robin Appelman 2013-02-10 13:55:20 +01:00
parent 1c56539c01
commit 121c1f2fc0
1 changed files with 1 additions and 1 deletions

View File

@ -121,7 +121,7 @@ class OC_Connector_Sabre_Directory extends OC_Connector_Sabre_Node implements Sa
$paths = array();
foreach($folder_content as $info) {
$paths[] = $this->path.'/'.$info['name'];
$properties[$this->path.'/'.$info['name']][self::GETETAG_PROPERTYNAME] = $info['etag'];
$properties[$this->path.'/'.$info['name']][self::GETETAG_PROPERTYNAME] = '"' . $info['etag'] . '"';
}
if(count($paths)>0) {
//