forked from extern/egroupware
Try to create home directory if it's not exist. Fix file upload to compose dialog fails if user has no run access to filemanager and has no home folder set
This commit is contained in:
parent
a94cc8616d
commit
a74d3db798
@ -908,7 +908,7 @@ class StreamWrapper implements StreamWrapperIface
|
|||||||
while (($rel_path = Vfs::basename($url).($rel_path ? '/'.$rel_path : '')) &&
|
while (($rel_path = Vfs::basename($url).($rel_path ? '/'.$rel_path : '')) &&
|
||||||
($url = Vfs::dirname($url)))
|
($url = Vfs::dirname($url)))
|
||||||
{
|
{
|
||||||
if (($stat = $this->url_stat($url,0,false,false)))
|
if (($stat = $this->url_stat($url,0,true,false)))
|
||||||
{
|
{
|
||||||
if (is_link($url) && ($lpath = Vfs::readlink($url)))
|
if (is_link($url) && ($lpath = Vfs::readlink($url)))
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user