Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[stable24] Update cache when file size === 0 #35367

Merged
merged 1 commit into from
Nov 23, 2022
Merged

Conversation

backportbot-nextcloud[bot]
Copy link

backport of #35353

The conditions were false when $result === 0.
$results here contains the number of written bits.
The correct way of checking for operation success is to check if $result === false

Signed-off-by: Louis Chemineau <louis@chmn.me>
@blizzz blizzz mentioned this pull request Nov 23, 2022
9 tasks
@blizzz blizzz added the 4. to release Ready to be released and/or waiting for tests to finish label Nov 23, 2022
@artonge artonge merged commit 8707beb into stable24 Nov 23, 2022
@artonge artonge deleted the backport/35353/stable24 branch November 23, 2022 18:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
4. to release Ready to be released and/or waiting for tests to finish bug feature: files
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants