diff --git a/pandora_console/godmode/agentes/configurar_agente.php b/pandora_console/godmode/agentes/configurar_agente.php index 12ef77f0dc..dba941323c 100644 --- a/pandora_console/godmode/agentes/configurar_agente.php +++ b/pandora_console/godmode/agentes/configurar_agente.php @@ -835,7 +835,7 @@ if ($update_module || $create_module) { // where are very big and PHP uses scientific notation, p.e: // 1.23E-10 is 0.000000000123 - $post_process = (string) get_parameter ('post_process', 0.0); + $post_process = (string) get_parameter ('post_process'); //$prediction_module = 0; $max_timeout = (int) get_parameter ('max_timeout');