mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 06:30:59 +01:00
Highlight currently selected favorite
This commit is contained in:
parent
76d22e8515
commit
02c4219aa4
@ -729,7 +729,8 @@ class infolog_bo
|
||||
{
|
||||
$old = $this->read($values['info_id'], false, 'server');
|
||||
}
|
||||
if (($status_only = $values['info_id'] && !$this->check_access($values['info_id'],EGW_ACL_EDIT)))
|
||||
|
||||
if (($status_only = $values['info_id'] && !$this->check_access($values,EGW_ACL_EDIT)))
|
||||
{
|
||||
if (!isset($values['info_responsible']))
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user