From 2a5aa76a9b8b30f51fb58f1c5b5bd69e9b482a38 Mon Sep 17 00:00:00 2001 From: ramonn Date: Mon, 18 Aug 2014 14:43:02 +0000 Subject: [PATCH] 2014-08-18 Ramon Novoa * lib/PandoraFMS/Core.pm: Copy tag names to events, not the URL. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10434 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_server/ChangeLog | 4 ++++ pandora_server/lib/PandoraFMS/Core.pm | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/pandora_server/ChangeLog b/pandora_server/ChangeLog index 917fb8975f..f7b87e62fc 100644 --- a/pandora_server/ChangeLog +++ b/pandora_server/ChangeLog @@ -1,3 +1,7 @@ +2014-08-18 Ramon Novoa + + * lib/PandoraFMS/Core.pm: Copy tag names to events, not the URL. + 2014-08-18 Alejandro Gallardo * lib/PandoraFMS/Core.pm: Added an internal action to diff --git a/pandora_server/lib/PandoraFMS/Core.pm b/pandora_server/lib/PandoraFMS/Core.pm index 174cfa8587..3cc567b35b 100644 --- a/pandora_server/lib/PandoraFMS/Core.pm +++ b/pandora_server/lib/PandoraFMS/Core.pm @@ -2761,7 +2761,7 @@ sub pandora_event ($$$$$$$$$$;$$$$$$$$$) { } else { if (defined ($id_agentmodule) && $id_agentmodule > 0) { - $module_tags = pandora_get_module_url_tags ($pa_config, $dbh, $id_agentmodule); + $module_tags = pandora_get_module_tags ($pa_config, $dbh, $id_agentmodule); } }