mirror of
https://github.com/nextcloud/server.git
synced 2026-07-15 21:03:00 -04:00
Don't waste time making another call since we know it doesn't exist
This commit is contained in:
parent
a00b9e0a03
commit
b30648cb7d
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue