2011-07-27 Sergio Martin <sergio.martin@artica.es>

* godmode/agentes/configurar_agente.php: Fixed bad parameters 
	on enterprise_hook



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@4639 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
zarzuelo 2011-07-27 17:05:14 +00:00
parent 4f462f860a
commit 6c305205ba
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2011-07-27 Sergio Martin <sergio.martin@artica.es>
* godmode/agentes/configurar_agente.php: Fixed bad parameters
on enterprise_hook
2011-07-27 Ramon Novoa <rnovoa@artica.es>
* include/functions_servers.php: Added information for the new

View File

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