2014-08-18 Ramon Novoa <rnovoa@artica.es>

* 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
This commit is contained in:
ramonn 2014-08-18 14:43:02 +00:00
parent 911c92b2a8
commit 2a5aa76a9b
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2014-08-18 Ramon Novoa <rnovoa@artica.es>
* lib/PandoraFMS/Core.pm: Copy tag names to events, not the URL.
2014-08-18 Alejandro Gallardo <alejandro.gallardo@artica.es>
* lib/PandoraFMS/Core.pm: Added an internal action to

View File

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