From 72078d7b2ae8a0a5279368cada85f87f2d872121 Mon Sep 17 00:00:00 2001 From: Aldrioth Date: Wed, 27 Jul 2011 14:20:26 +0000 Subject: [PATCH] 2011-07-27 Tomas Palacios * godmode/agentes/configurar_agente.php: fixed a bug regarding unability to add new modules to agents using components. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@4633 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_console/godmode/agentes/configurar_agente.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandora_console/godmode/agentes/configurar_agente.php b/pandora_console/godmode/agentes/configurar_agente.php index 7212eb0552..4afd90fb88 100644 --- a/pandora_console/godmode/agentes/configurar_agente.php +++ b/pandora_console/godmode/agentes/configurar_agente.php @@ -655,7 +655,7 @@ if ($update_module || $create_module) { if($prediction_module < 3) { unset($serialize_ops); - modules_delete_synthetic_operations($id_agent_module); + enterprise_hook('modules_delete_synthetic_operations', ($id_agent_module)); } $active_snmp_v3 = get_parameter('active_snmp_v3');