diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index 2f6c51a634..713ce1cb41 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,8 @@ +2012-12-03 Sergio Martin + + * godmode/agentes/configurar_agente.php: Fixed macros update of + plugin components for bug #3591104 + 2012-12-03 Ramon Novoa * include/functions_agents.php: Removed debugging code. diff --git a/pandora_console/godmode/agentes/configurar_agente.php b/pandora_console/godmode/agentes/configurar_agente.php index b5c9135e2a..922742d65c 100644 --- a/pandora_console/godmode/agentes/configurar_agente.php +++ b/pandora_console/godmode/agentes/configurar_agente.php @@ -856,6 +856,7 @@ if ($update_module) { 'custom_integer_2' => $custom_integer_2, 'min_ff_event' => $ff_event, 'unit' => $unit, + 'macros' => $macros, 'quiet' => $quiet_module, 'critical_instructions' => $critical_instructions, 'warning_instructions' => $warning_instructions,