Merge pull request #7911 from owncloud/ext-fixswifttouchoperation

Fix swift touch operation
remotes/origin/ldap_group_count
Vincent Petry 13 years ago
commit 531f3cf1a8
  1. 2
      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)) {

Loading…
Cancel
Save