mirror of
https://github.com/nextcloud/server.git
synced 2025-10-26 19:21:34 +00:00
Don't waste time making another call since we know it doesn't exist
This commit is contained in:
parent
a00b9e0a03
commit
b30648cb7d
@ -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;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Loading…
Reference in New Issue
Block a user