Merge pull request #7913 from atm-ph/fix_6.0_var_name
Fix $boad instead of $board
This commit is contained in:
commit
3ddc582edd
@ -548,7 +548,7 @@ if (! empty($valid_dashboardlines))
|
||||
$boxwork.='<tr class="nohover"><td class="tdboxstats nohover flexcontainer centpercent">';
|
||||
foreach($valid_dashboardlines as $board)
|
||||
{
|
||||
if (empty($boad->nbtodo)) $nbworkboardempty++;
|
||||
if (empty($board->nbtodo)) $nbworkboardempty++;
|
||||
|
||||
$textlate = $langs->trans("NActionsLate",$board->nbtodolate);
|
||||
$textlate.= ' ('.$langs->trans("Late").' = '.$langs->trans("DateReference").' > '.$langs->trans("DateToday").' '.(ceil($board->warning_delay) >= 0 ? '+' : '').ceil($board->warning_delay).' '.$langs->trans("days").')';
|
||||
|
||||
Loading…
Reference in New Issue
Block a user