diff --git a/pandora_console/godmode/modules/manage_network_components.php b/pandora_console/godmode/modules/manage_network_components.php index 5a28657a51..2fa34b06c9 100644 --- a/pandora_console/godmode/modules/manage_network_components.php +++ b/pandora_console/godmode/modules/manage_network_components.php @@ -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');