fix ZM_URL to $Config{ZM_URL}

This commit is contained in:
Isaac Connor 2013-12-19 13:01:52 -05:00
parent 462108583b
commit 4d9234089c
1 changed files with 1 additions and 1 deletions

View File

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