Fix bad log
This commit is contained in:
parent
71d7c11388
commit
5f9fa817fb
@ -8037,7 +8037,7 @@ function dolGetStatus($statusLabel = '', $statusLabelShort = '', $html = '', $st
|
|||||||
$return = $htmlImg .' '. $htmlLabel;
|
$return = $htmlImg .' '. $htmlLabel;
|
||||||
}
|
}
|
||||||
elseif ($displayMode === 5) {
|
elseif ($displayMode === 5) {
|
||||||
$return = $displayMode.$htmlLabelShort .' '. $htmlImg;
|
$return = $htmlLabelShort .' '. $htmlImg;
|
||||||
}
|
}
|
||||||
else { // $displayMode >= 6
|
else { // $displayMode >= 6
|
||||||
$return = $htmlLabel .' '. $htmlImg;
|
$return = $htmlLabel .' '. $htmlImg;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user