aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_external/lib
diff options
context:
space:
mode:
authorVincent Petry <pvince81@owncloud.com>2014-03-27 18:10:45 +0100
committerVincent Petry <pvince81@owncloud.com>2014-03-27 18:10:45 +0100
commit531f3cf1a8aa432f8d85258b237c0dbf8f3f179a (patch)
tree32e09850fa18a50ceaaba13d3808393ff9e9ff15 /apps/files_external/lib
parent1f6259d9c284fb917210fc438c9ff30a4549aed0 (diff)
parent2a08e35d72ef8d65960c0d3db4d233276c77eda7 (diff)
downloadnextcloud-server-531f3cf1a8aa432f8d85258b237c0dbf8f3f179a.tar.gz
nextcloud-server-531f3cf1a8aa432f8d85258b237c0dbf8f3f179a.zip
Merge pull request #7911 from owncloud/ext-fixswifttouchoperation
Fix swift touch operation
Diffstat (limited to 'apps/files_external/lib')
-rw-r--r--apps/files_external/lib/swift.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_external/lib/swift.php b/apps/files_external/lib/swift.php
index a6955d400f4..1337d9f581d 100644
--- a/apps/files_external/lib/swift.php
+++ b/apps/files_external/lib/swift.php
@@ -374,7 +374,7 @@ class Swift extends \OC\Files\Storage\Common {
'X-Object-Meta-Timestamp' => $mtime
)
);
- return $object->Update($settings);
+ return $object->UpdateMetadata($settings);
} else {
$object = $this->container->DataObject();
if (is_null($mtime)) {