Skip to content
Unverified Commit 0402f950 authored by Jonas Meurer's avatar Jonas Meurer
Browse files

Ignore partial data when removing files



On external storages, removing files sometimes tries to remove partial
data, represented in an array.

`lib/private/Files/Cache/Cache.php:remove()` doesn't support to process
arrays.

According to @icewind1991, we can ignore this partial data in
`remove()`.

Fixes: #26544
Signed-off-by: default avatarJonas Meurer <jonas@freesources.org>
parent 0c3d3de6
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment