Merge branch 'ent-6129-9761-macros-en-alertas-de-correlacion-de-eventos-no-funcionan' into 'develop'

minor fix - error messages

See merge request 
This commit is contained in:
Daniel Rodriguez 2020-09-17 15:26:09 +02:00
commit c10dd5a77b
1 changed files with 2 additions and 0 deletions
pandora_server/lib/PandoraFMS

View File

@ -1365,6 +1365,8 @@ sub db_concat ($$) {
########################################################################
sub get_priority_name ($) {
my ($priority_id) = @_;
return '' unless defined($priority_id);
if ($priority_id == 0) {
return 'Maintenance';