mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-31 19:19:43 +01:00
Api: Fix incorrect extended ACL check was done when symlinking
This commit is contained in:
parent
a3f18e2ed8
commit
4ab170541e
@ -441,7 +441,7 @@ class StreamWrapper extends LinksParent
|
|||||||
{
|
{
|
||||||
$parent->mkdir($dir,0,STREAM_MKDIR_RECURSIVE);
|
$parent->mkdir($dir,0,STREAM_MKDIR_RECURSIVE);
|
||||||
}
|
}
|
||||||
return $parent->symlink($target,$link);
|
return parent::symlink($target,$link);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user