mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-04-08 18:55:09 +02:00
Consider multi-byte chars in plugin_macros (in network components).
This commit is contained in:
parent
22a4dbe67b
commit
d4675bea8d
@ -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…
x
Reference in New Issue
Block a user