mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
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[$k]['value'] = get_parameter($m['macro'], '');
|
||||||
}
|
}
|
||||||
|
|
||||||
$macros = json_encode($macros);
|
$macros = io_json_mb_encode($macros);
|
||||||
}
|
}
|
||||||
|
|
||||||
$max_timeout = (int) get_parameter ('max_timeout');
|
$max_timeout = (int) get_parameter ('max_timeout');
|
||||||
|
Loading…
x
Reference in New Issue
Block a user