Skip to content

[stable23] Update cache when file size === 0 - #35369

Merged
blizzz merged 1 commit into
stable23from
backport/35353/stable23
Nov 23, 2022
Merged

[stable23] Update cache when file size === 0#35369
blizzz merged 1 commit into
stable23from
backport/35353/stable23

Conversation

@backportbot-nextcloud

Copy link
Copy Markdown

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>
@artonge
artonge enabled auto-merge November 23, 2022 15:42
@blizzzblizzz mentioned this pull request Nov 23, 2022
8 tasks
@blizzzblizzz added the 4. to release Ready to be released and/or waiting for tests to finish label Nov 23, 2022
@blizzz
blizzz disabled auto-merge November 23, 2022 20:11
@blizzz
blizzz merged commit d74e2b6 into stable23Nov 23, 2022
@blizzz
blizzz deleted the backport/35353/stable23 branch November 23, 2022 20:11
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

4. to releaseReady to be released and/or waiting for tests to finishbugfeature: files

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

@artonge@skjnldsv@szaimen@blizzz