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
d3165294c6
commit
f53a1cf01d
@ -724,7 +724,7 @@
|
||||
{
|
||||
return True;
|
||||
}
|
||||
elseif (!$rights && $group_ok)
|
||||
elseif (!$rights)
|
||||
{
|
||||
return $GLOBALS['egw_info']['server']['acl_default'] == 'grant';
|
||||
}
|
||||
@ -2624,4 +2624,4 @@
|
||||
return $rarray;
|
||||
}
|
||||
}
|
||||
?>
|
||||
?>
|
||||
|
Loading…
Reference in New Issue
Block a user