Consider multi-byte chars in plugin_macros (in network components).
This commit is contained in:
parent
611413e806
commit
3e24107f81
|
@ -70,7 +70,7 @@ if (!empty($macros)) {
|
|||
$macros[$k]['value'] = get_parameter($m['macro'], '');
|
||||
}
|
||||
|
||||
$macros = json_encode($macros);
|
||||
$macros = io_json_mb_encode($macros);
|
||||
}
|
||||
|
||||
$max_timeout = (int) get_parameter ('max_timeout');
|
||||
|
|
Loading…
Reference in New Issue