diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index 95457e56ac..e848227f74 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,8 @@ +2011-05-10 Juan Manuel Ramon + + * godmode/agentes/configurar_agente.php: Fixed mistake of my last + commit. + 2011-05-10 Ramon Novoa * include/functions_reporting.php: Do not count the empty start of an diff --git a/pandora_console/godmode/agentes/configurar_agente.php b/pandora_console/godmode/agentes/configurar_agente.php index fc073f93e8..bf3f6cc090 100644 --- a/pandora_console/godmode/agentes/configurar_agente.php +++ b/pandora_console/godmode/agentes/configurar_agente.php @@ -621,7 +621,7 @@ if ($update_module || $create_module) { // Make changes in the conf file if necessary enterprise_include_once('include/functions_config_agents.php'); - enterprise_hook('write_module_in_conf', array($id_agente, safe_output($old_configuration_data), safe_output($configuration_data))); + enterprise_hook('write_module_in_conf', array($id_agente, io_safe_output($old_configuration_data), io_safe_output($configuration_data))); } // MODULE UPDATE