diff --git a/pandora_console/include/ajax/alert_list.ajax.php b/pandora_console/include/ajax/alert_list.ajax.php index 66a1dce59d..f4611bc530 100644 --- a/pandora_console/include/ajax/alert_list.ajax.php +++ b/pandora_console/include/ajax/alert_list.ajax.php @@ -119,7 +119,7 @@ if ($show_update_action_menu) { $id_action = (int) get_parameter ('id_action'); $actions = alerts_get_alert_agent_module_actions ($id_alert); - $action_opction = db_get_row ('talert_template_module_actions', 'id', $id_alert); + $action_opction = db_get_row ('talert_template_module_actions', 'id_alert_template_module', $id_alert); $data .= '
'; $data .= '';