forked from extern/egroupware
always check for read access too
This commit is contained in:
parent
e4ee379138
commit
aeced1ddae
@ -1440,7 +1440,7 @@ class egw_link extends solink
|
||||
{
|
||||
if(($method = self::get_registry($app,'file_access')))
|
||||
{
|
||||
$cache |= ExecMethod2($method,$id,$required,$rel_path) ? $required : 0;
|
||||
$cache |= ExecMethod2($method,$id,$required,$rel_path) ? $required|EGW_ACL_READ : 0;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user