mirror of
https://github.com/nextcloud/server.git
synced 2026-06-12 10:10:49 -04:00
Merge pull request #8251 from nextcloud/8233_12
[stable12] actually return stream from swift
This commit is contained in:
commit
80bb01c26f
1 changed files with 1 additions and 1 deletions
|
|
@ -264,7 +264,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…
Reference in a new issue