Merge pull request #17948 from frederic34/patch-7

fix php warning
This commit is contained in:
Laurent Destailleur 2021-06-16 12:00:05 +02:00 committed by GitHub
commit 73be66ac5b
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