mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-22 05:49:03 +01:00
fixed a problem in the old vfs_sql class in acl_check, a var group_ok is checked to verify permissions but never set. this did lead to empty
downloads in some cases. This was sponsored by PX2@Medien GmbH & Co. KG
This commit is contained in:
parent
237c28506d
commit
259f6d5cab
@ -725,7 +725,7 @@
|
|||||||
{
|
{
|
||||||
return True;
|
return True;
|
||||||
}
|
}
|
||||||
elseif (!$rights && $group_ok)
|
elseif (!$rights)
|
||||||
{
|
{
|
||||||
return $GLOBALS['egw_info']['server']['acl_default'] == 'grant';
|
return $GLOBALS['egw_info']['server']['acl_default'] == 'grant';
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user