mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 08:14:38 +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[$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