From e9845d96f484b373fac15eca1026c18c4847e5f9 Mon Sep 17 00:00:00 2001 From: Isaac Connor Date: Wed, 23 Jun 2021 10:27:23 -0400 Subject: [PATCH] Fix Archive FTP .zip filename not including monitor name. Fixes #3304 --- scripts/zmfilter.pl.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/zmfilter.pl.in b/scripts/zmfilter.pl.in index 60d6293b4..a086ed1aa 100644 --- a/scripts/zmfilter.pl.in +++ b/scripts/zmfilter.pl.in @@ -527,7 +527,7 @@ sub uploadArchFile { return(0); } - my $archFile = $Event->{MonitorName}.'-'.$Event->{Id}; + my $archFile = $Event->Monitor()->Name().'-'.$Event->{Id}; my $archImagePath = $Event->Path() .'/' .(