]> 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>
Fri, 22 Nov 2013 17:21:17 +0000 (18:21 +0100)
commita49e873d3fa513136bfdf1d71bbc2bbcd61d3650
treeb7760fc677e12be2c2ca84f38566f04f1521722a
parentaeefe48cba49a869bfe93cdf10cc3da79914e080
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().

Fixes #5940
apps/files_external/lib/streamwrapper.php