fix php warning

This commit is contained in:
Frédéric FRANCE 2021-06-16 11:50:52 +02:00 committed by GitHub
parent 0baa992ded
commit 5d79143401
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1616,8 +1616,8 @@ function show_actions_done($conf, $langs, $db, $filterobj, $objcon = '', $noprin
'contact_id'=>$obj->fk_contact,
'socpeopleassigned' => $contactaction->socpeopleassigned,
'lastname'=>$obj->lastname,
'firstname'=>$obj->firstname,
'lastname' => empty($obj->lastname) ? '' : $obj->lastname,
'firstname' => empty($obj->firstname) ? '' : $obj->firstname,
'fk_element'=>$obj->fk_element,
'elementtype'=>$obj->elementtype,
// Type of event