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:
parent
9cd1f61c73
commit
72078d7b2a
|
@ -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');
|
||||
|
|
Loading…
Reference in New Issue