Fix version

This commit is contained in:
Isaac Connor 2019-10-03 17:54:41 -04:00
parent 5f702c1905
commit 12f75c32de
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ sub open {
use LWP::UserAgent; use LWP::UserAgent;
$self->{ua} = LWP::UserAgent->new; $self->{ua} = LWP::UserAgent->new;
$self->{ua}->agent( "ZoneMinder Control Agent/".ZM_VERSION ); $self->{ua}->agent( "ZoneMinder Control Agent/".$VERSION );
$self->{state} = 'open'; $self->{state} = 'open';
} }