forked from extern/egroupware
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;
|
||||
}
|
||||
elseif (!$rights && $group_ok)
|
||||
elseif (!$rights)
|
||||
{
|
||||
return $GLOBALS['egw_info']['server']['acl_default'] == 'grant';
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user