Api: Fix incorrect extended ACL check was done when symlinking

This commit is contained in:
nathangray 2021-04-01 10:28:06 -06:00
parent a3f18e2ed8
commit 4ab170541e

View File

@ -441,7 +441,7 @@ class StreamWrapper extends LinksParent
{
$parent->mkdir($dir,0,STREAM_MKDIR_RECURSIVE);
}
return $parent->symlink($target,$link);
return parent::symlink($target,$link);
}
/**