mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-15 02:19:39 +01:00
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;
|
return false;
|
||||||
}
|
}
|
||||||
if (!$this->check_access($path,Api\Acl::EDIT, $stat))
|
if (!$this->check_access($path,Vfs::WRITABLE, $stat))
|
||||||
{
|
{
|
||||||
return false; // permission denied
|
return false; // permission denied
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user