forked from extern/egroupware
give everyone implicit rights for home app, to display home link again
This commit is contained in:
parent
c801bdf99e
commit
05d3ca105a
@ -658,6 +658,8 @@ class acl
|
||||
}
|
||||
$apps[$app] |= (int) $row['acl_rights'];
|
||||
}
|
||||
$apps['home'] = 1; // give everyone implicit rights for the home app
|
||||
|
||||
return $apps;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user