Don't waste time making another call since we know it doesn't exist

remotes/origin/stable5
Michael Gapczynski 12 years ago
parent a00b9e0a03
commit b30648cb7d
  1. 2
      lib/connector/sabre/file.php

@ -98,7 +98,7 @@ class OC_Connector_Sabre_File extends OC_Connector_Sabre_Node implements Sabre_D
if (isset($properties[self::GETETAG_PROPERTYNAME])) { if (isset($properties[self::GETETAG_PROPERTYNAME])) {
return $properties[self::GETETAG_PROPERTYNAME]; return $properties[self::GETETAG_PROPERTYNAME];
} }
return $this->getETagPropertyForPath($this->path); return null;
} }
/** /**

Loading…
Cancel
Save