From 661b0fed263bd84a82828c86b9f91fc78034b417 Mon Sep 17 00:00:00 2001 From: zarzuelo Date: Mon, 3 Dec 2012 10:14:34 +0000 Subject: [PATCH] 2012-12-03 Sergio Martin * godmode/agentes/configurar_agente.php: Fixed macros update of plugin components for bug #3591104 git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@7218 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_console/ChangeLog | 5 +++++ pandora_console/godmode/agentes/configurar_agente.php | 1 + 2 files changed, 6 insertions(+) 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,