diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index e9f8749eb5..5ae9f298cb 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,8 @@ +2011-07-27 Sergio Martin + + * godmode/agentes/configurar_agente.php: Fixed bad parameters + on enterprise_hook + 2011-07-27 Ramon Novoa * include/functions_servers.php: Added information for the new diff --git a/pandora_console/godmode/agentes/configurar_agente.php b/pandora_console/godmode/agentes/configurar_agente.php index 4afd90fb88..6dee8edc0a 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); - enterprise_hook('modules_delete_synthetic_operations', ($id_agent_module)); + enterprise_hook('modules_delete_synthetic_operations', array($id_agent_module)); } $active_snmp_v3 = get_parameter('active_snmp_v3');