mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-17 11:28:17 +01:00
* Filemanager/Mail: fixed not created thumbnails for readable shares
This commit is contained in:
parent
432e64fc9a
commit
f4d6be1106
@ -293,7 +293,7 @@ class vfs_stream_wrapper implements iface_stream_wrapper
|
||||
{
|
||||
return false;
|
||||
}
|
||||
if ($mode != 'r' && self::url_is_readonly($url))
|
||||
if (str_replace('b', '', $mode) != 'r' && self::url_is_readonly($url))
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user