]> source.dussan.org Git - nextcloud-server.git/commit
Return plausible isReadable() default impl for ext storage
authorVincent Petry <pvince81@owncloud.com>
Thu, 21 Nov 2013 18:15:11 +0000 (19:15 +0100)
committerVincent Petry <pvince81@owncloud.com>
Tue, 26 Nov 2013 15:14:21 +0000 (16:14 +0100)
commitacd9ea7b2b0595afcc974ea3758e86d5f19cc148
treea87259f937239c31fda42e090f118647d974cd83
parente016ac1d5f186b169c6fe51f3f872e1f4d761e53
Return plausible isReadable() default impl for ext storage

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().

Backport of a49e873d3fa513136bfdf1d71bbc2bbcd61d3650
apps/files_external/lib/streamwrapper.php