forked from extern/egroupware
Fix wrong permission constant used, resulting in permissions when there shouldn't be
This commit is contained in:
parent
8a411e7f46
commit
ac41289ecd
@ -1852,7 +1852,7 @@ GROUP BY A.fs_id';
|
||||
{
|
||||
return false;
|
||||
}
|
||||
if (!$this->check_access($path,Api\Acl::EDIT, $stat))
|
||||
if (!$this->check_access($path,Vfs::WRITABLE, $stat))
|
||||
{
|
||||
return false; // permission denied
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user