This commit is contained in:
Laurent Destailleur
2024-06-19 03:34:06 +02:00
parent 50323751c6
commit 70d28f514e

View File

@@ -2339,7 +2339,7 @@ function show_actions_done($conf, $langs, $db, $filterobj, $objcon = null, $nopr
$out .= '</td>';
// Linked object
$out .= '<td class="nowraponall">';
$out .= '<td class="tdoverflowmax200 nowraponall">';
if (isset($histo[$key]['elementtype']) && !empty($histo[$key]['fk_element'])) {
if (isset($elementlinkcache[$histo[$key]['elementtype']]) && isset($elementlinkcache[$histo[$key]['elementtype']][$histo[$key]['fk_element']])) {
$link = $elementlinkcache[$histo[$key]['elementtype']][$histo[$key]['fk_element']];