mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-23 14:28:45 +01:00
give everyone implicit rights for home app, to display home link again
This commit is contained in:
parent
86e39b2ed1
commit
bde05cf177
@ -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