mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-28 01:29:05 +01:00
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[$app] |= (int) $row['acl_rights'];
|
||||||
}
|
}
|
||||||
|
$apps['home'] = 1; // give everyone implicit rights for the home app
|
||||||
|
|
||||||
return $apps;
|
return $apps;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user