remove uneeded calls to touch

remotes/origin/stable6
Christian Berendt 12 years ago
parent 203df66c00
commit a8b2aa34a4
  1. 2
      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;
}

Loading…
Cancel
Save