When an ext storage doesn't implement isReadable(), always returning true made the file scanner believe that the file exists and creates a cache entry with the size zero. This fix makes the default impl of isReadable() use file_exists(). Fixes #5940remotes/origin/stable6
parent
aeefe48cba
commit
a49e873d3f
Loading…
Reference in new issue