From 12f75c32de2deebc8725eafa94c7d04d9de6e2f2 Mon Sep 17 00:00:00 2001 From: Isaac Connor Date: Thu, 3 Oct 2019 17:54:41 -0400 Subject: [PATCH] Fix version --- scripts/ZoneMinder/lib/ZoneMinder/Control/Sony.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/ZoneMinder/lib/ZoneMinder/Control/Sony.pm b/scripts/ZoneMinder/lib/ZoneMinder/Control/Sony.pm index d35c89caa..d78049b25 100644 --- a/scripts/ZoneMinder/lib/ZoneMinder/Control/Sony.pm +++ b/scripts/ZoneMinder/lib/ZoneMinder/Control/Sony.pm @@ -50,7 +50,7 @@ sub open { use LWP::UserAgent; $self->{ua} = LWP::UserAgent->new; - $self->{ua}->agent( "ZoneMinder Control Agent/".ZM_VERSION ); + $self->{ua}->agent( "ZoneMinder Control Agent/".$VERSION ); $self->{state} = 'open'; }