diff --git a/workflow/engine/bin/cron_single.php b/workflow/engine/bin/cron_single.php index 27bcbf7e3..bd7625925 100755 --- a/workflow/engine/bin/cron_single.php +++ b/workflow/engine/bin/cron_single.php @@ -1002,7 +1002,7 @@ function setExecutionResultMessage($m, $t='') } if ($t == 'warning') { - $c = 'yellow'; + $c = 'yellow'; } eprintln("[$m]", $c);