diff --git a/htdocs/includes/boxes/box_actions.php b/htdocs/includes/boxes/box_actions.php index 7eec5fb5ec9..2b5be2e3625 100644 --- a/htdocs/includes/boxes/box_actions.php +++ b/htdocs/includes/boxes/box_actions.php @@ -97,6 +97,7 @@ class box_actions extends ModeleBoxes { $i = 0; while ($i < $num) { + $late = ''; $objp = $db->fetch_object($result); if (date("U",$objp->dp) < (time() - $conf->global->MAIN_DELAY_ACTIONS_TODO)) $late=img_warning($langs->trans("Late"));