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

This commit is contained in:
Michael Gapczynski 2013-01-11 21:09:01 -05:00
parent a00b9e0a03
commit b30648cb7d

View file

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