From 92786afa3ead58da71b89596b26ace29d02ad955 Mon Sep 17 00:00:00 2001 From: Calvo Date: Wed, 5 Apr 2023 11:59:23 +0200 Subject: [PATCH] Macro _moduledata_X_ image substitution --- pandora_server/lib/PandoraFMS/Core.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/pandora_server/lib/PandoraFMS/Core.pm b/pandora_server/lib/PandoraFMS/Core.pm index bcb4ae3cc7..8fb5ab5d26 100644 --- a/pandora_server/lib/PandoraFMS/Core.pm +++ b/pandora_server/lib/PandoraFMS/Core.pm @@ -1495,6 +1495,7 @@ sub pandora_execute_action ($$$$$$$$$;$$) { my $_cid = ''; $field3 =~ s/_data_/$_cid/g; + $field3 =~ s/_moduledata_/$_cid/g; }