From 04c1304a5d35ce54f51429437d07a4c5bd009a4f Mon Sep 17 00:00:00 2001 From: m-lopez-f Date: Mon, 27 Jun 2016 13:09:23 +0200 Subject: [PATCH] Fixed help of action alerts. Tiquet: #3889 --- pandora_console/godmode/alerts/alert_commands.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandora_console/godmode/alerts/alert_commands.php b/pandora_console/godmode/alerts/alert_commands.php index 52467684e7..613fa2c460 100644 --- a/pandora_console/godmode/alerts/alert_commands.php +++ b/pandora_console/godmode/alerts/alert_commands.php @@ -110,7 +110,7 @@ if (is_ajax ()) { } //If the field is the number one, print the help message if ($i == 1) { - $fdesc .= ui_print_help_icon ('snmp_alert_field1', true); + $fdesc .= ui_print_help_icon ('alert_config', true); } } else {