diff options
author | Vincent Petry <pvince81@owncloud.com> | 2014-03-27 18:10:45 +0100 |
---|---|---|
committer | Vincent Petry <pvince81@owncloud.com> | 2014-03-27 18:10:45 +0100 |
commit | 531f3cf1a8aa432f8d85258b237c0dbf8f3f179a (patch) | |
tree | 32e09850fa18a50ceaaba13d3808393ff9e9ff15 /apps/files_external/lib | |
parent | 1f6259d9c284fb917210fc438c9ff30a4549aed0 (diff) | |
parent | 2a08e35d72ef8d65960c0d3db4d233276c77eda7 (diff) | |
download | nextcloud-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.php | 2 |
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)) { |