fix ZM_URL to $Config{ZM_URL}
This commit is contained in:
parent
462108583b
commit
4d9234089c
|
@ -876,7 +876,7 @@ sub substituteTags
|
|||
$sth->finish();
|
||||
}
|
||||
|
||||
my $url = ZM_URL;
|
||||
my $url = $Config{ZM_URL};
|
||||
$text =~ s/%ZP%/$url/g;
|
||||
$text =~ s/%MN%/$event->{MonitorName}/g;
|
||||
$text =~ s/%MET%/$monitor->{EventCount}/g;
|
||||
|
|
Loading…
Reference in New Issue