From 118dc12ad516a8ac92932a19de62d560cd0ff0b0 Mon Sep 17 00:00:00 2001 From: Isaac Connor Date: Mon, 21 Dec 2015 11:25:17 -0500 Subject: [PATCH] id => Id --- scripts/ZoneMinder/lib/ZoneMinder/Server.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/ZoneMinder/lib/ZoneMinder/Server.pm b/scripts/ZoneMinder/lib/ZoneMinder/Server.pm index cefc18df3..df8f2fb10 100644 --- a/scripts/ZoneMinder/lib/ZoneMinder/Server.pm +++ b/scripts/ZoneMinder/lib/ZoneMinder/Server.pm @@ -69,7 +69,7 @@ sub new { my $self = {}; bless $self, $parent; - if ( ( $$self{id} = $id ) or $data ) { + if ( ( $$self{Id} = $id ) or $data ) { #$log->debug("loading $parent $id") if $debug or DEBUG_ALL; $self->load( $data ); }