2011-07-27 Tomas Palacios <tomas.palacios@artica.es>

* 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
This commit is contained in:
Aldrioth 2011-07-27 14:20:26 +00:00
parent 9cd1f61c73
commit 72078d7b2a
1 changed files with 1 additions and 1 deletions

View File

@ -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');