mirror of
https://github.com/nextcloud/server.git
synced 2026-03-24 19:33:49 -04:00
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 #5940 |
||
|---|---|---|
| .. | ||
| amazons3.php | ||
| config.php | ||
| dropbox.php | ||
| ftp.php | ||
| google.php | ||
| irods.php | ||
| sftp.php | ||
| smb.php | ||
| streamwrapper.php | ||
| swift.php | ||
| webdav.php | ||