actually return stream from swift

Signed-off-by: Robin Appelman <robin@icewind.nl>
pull/8233/head
Robin Appelman 8 years ago
parent 8281378e5b
commit fd09c06eb4
No known key found for this signature in database
GPG Key ID: 42B69D8A64526EFB
  1. 2
      lib/private/Files/ObjectStore/Swift.php

@ -265,7 +265,7 @@ class Swift implements IObjectStore {
// save the object content in the context of the stream to prevent it being gc'd until the stream is closed
stream_context_set_option($stream, 'swift', 'content', $objectContent);
RetryWrapper::wrap($stream);
return RetryWrapper::wrap($stream);
}
/**

Loading…
Cancel
Save