]> source.dussan.org Git - nextcloud-server.git/commitdiff
Don't waste time making another call since we know it doesn't exist
authorMichael Gapczynski <mtgap@owncloud.com>
Sat, 12 Jan 2013 02:09:01 +0000 (21:09 -0500)
committerMichael Gapczynski <mtgap@owncloud.com>
Sat, 12 Jan 2013 02:09:01 +0000 (21:09 -0500)
lib/connector/sabre/file.php

index e0723e123017702214e07a4651d450279ebdc05b..1c18a391742aabbc87519310b6a7b57ae1a364c8 100644 (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;
        }
 
        /**