mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 06:30:59 +01:00
* Filemanager/Mail: fixed not created thumbnails for readable shares
This commit is contained in:
parent
8f4c4237ed
commit
dd097695ac
@ -301,7 +301,7 @@ class StreamWrapper implements StreamWrapperIface
|
||||
{
|
||||
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