Highlight currently selected favorite

This commit is contained in:
Nathan Gray 2015-05-21 15:46:14 +00:00
parent 76d22e8515
commit 02c4219aa4

View File

@ -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']))
{