mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-11 09:11:05 +01:00
Infolog: Avoid changing contact or project links if user has no write permission
This commit is contained in:
parent
d200e2b71e
commit
a268ebbdab
@ -1110,7 +1110,7 @@ class infolog_bo
|
|||||||
) || (
|
) || (
|
||||||
is_array($values['info_contact']) && $values['info_contact']['id'] == 'none' &&
|
is_array($values['info_contact']) && $values['info_contact']['id'] == 'none' &&
|
||||||
array_key_exists('search', $values['info_contact'])
|
array_key_exists('search', $values['info_contact'])
|
||||||
))
|
))
|
||||||
{
|
{
|
||||||
if(is_array($values['info_contact']))
|
if(is_array($values['info_contact']))
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user