Merge branch '1140-Gráficas_con_entities' into 'develop'
fixed errors entities in mail See merge request !682
This commit is contained in:
commit
e2a175327e
|
@ -1243,7 +1243,7 @@ if ($update_module) {
|
|||
'min_ff_event_critical' => $ff_event_critical,
|
||||
'each_ff' => $each_ff,
|
||||
'ff_timeout' => $ff_timeout,
|
||||
'unit' => $unit,
|
||||
'unit' => io_safe_output($unit),
|
||||
'macros' => $macros,
|
||||
'quiet' => $quiet_module,
|
||||
'critical_instructions' => $critical_instructions,
|
||||
|
@ -1403,7 +1403,7 @@ if ($create_module) {
|
|||
'min_ff_event_critical' => $ff_event_critical,
|
||||
'each_ff' => $each_ff,
|
||||
'ff_timeout' => $ff_timeout,
|
||||
'unit' => $unit,
|
||||
'unit' => io_safe_output($unit),
|
||||
'macros' => $macros,
|
||||
'quiet' => $quiet_module,
|
||||
'critical_instructions' => $critical_instructions,
|
||||
|
|
Loading…
Reference in New Issue