summaryrefslogtreecommitdiffstats
path: root/apps/files_external
diff options
context:
space:
mode:
authorChristian Berendt <berendt@b1-systems.de>2013-07-10 16:07:41 +0200
committerChristian Berendt <berendt@b1-systems.de>2013-07-10 16:07:41 +0200
commita8b2aa34a491ca3de7a8330a9f196c9173562b8c (patch)
treef34ded1df545b181f2af1e4dcb910871e4ecbf8d /apps/files_external
parent203df66c00c37b3d8f63e3c9b77a614795974deb (diff)
downloadnextcloud-server-a8b2aa34a491ca3de7a8330a9f196c9173562b8c.tar.gz
nextcloud-server-a8b2aa34a491ca3de7a8330a9f196c9173562b8c.zip
remove uneeded calls to touch
Diffstat (limited to 'apps/files_external')
-rw-r--r--apps/files_external/lib/amazons3.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/files_external/lib/amazons3.php b/apps/files_external/lib/amazons3.php
index 2a79ecf9a3a..1ad34a9bff4 100644
--- a/apps/files_external/lib/amazons3.php
+++ b/apps/files_external/lib/amazons3.php
@@ -296,7 +296,6 @@ class AmazonS3 extends \OC\Files\Storage\Common {
return false;
}
- $this->touch(dirname($path));
return true;
}
@@ -514,7 +513,6 @@ class AmazonS3 extends \OC\Files\Storage\Common {
$this->testTimeout();
unlink($tmpFile);
- $this->touch(dirname(self::$tmpFiles[$tmpFile]));
} catch (S3Exception $e) {
return false;
}