diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index 75d008a9a9..8f88cb7da9 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,11 @@ +2011-08-29 Miguel de Dios + + * godmode/agentes/configurar_agente.php: added in the call + "config_agents_write_module_in_conf" the parameter to disabled local + modulo. + + Fixes: #3400159 + 2011-08-29 Vanessa Gil *godmode/agentes/fields_manager.php: Fixed: is possible to create custom fields with the same name. diff --git a/pandora_console/godmode/agentes/configurar_agente.php b/pandora_console/godmode/agentes/configurar_agente.php index 9ba1ea5442..74920409c7 100644 --- a/pandora_console/godmode/agentes/configurar_agente.php +++ b/pandora_console/godmode/agentes/configurar_agente.php @@ -665,7 +665,8 @@ if ($update_module || $create_module) { // Make changes in the conf file if necessary enterprise_include_once('include/functions_config_agents.php'); - enterprise_hook('config_agents_write_module_in_conf', array($id_agente, io_safe_output($old_configuration_data), io_safe_output($configuration_data))); + enterprise_hook('config_agents_write_module_in_conf', + array($id_agente, io_safe_output($old_configuration_data), io_safe_output($configuration_data), $disabled)); } // MODULE UPDATE