From 49a1954f96c77b92401ae8cbd029469fced55ff4 Mon Sep 17 00:00:00 2001 From: Isaac Connor Date: Tue, 5 Mar 2019 11:01:39 -0500 Subject: [PATCH] fix typo and remove deprecated DefaultView --- web/includes/Monitor.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/web/includes/Monitor.php b/web/includes/Monitor.php index 5fa0bfd5e..f3babb17a 100644 --- a/web/includes/Monitor.php +++ b/web/includes/Monitor.php @@ -67,7 +67,7 @@ private $defaults = array( 'MaxFPS' => null, 'AlarmMaxFPS' => null, 'FPSReportInterval' => 100, - 'RefBlencPerc' => 6, + 'RefBlendPerc' => 6, 'AlarmRefBlendPerc' => 6, 'Controllable' => 0, 'ControlId' => null, @@ -78,7 +78,6 @@ private $defaults = array( 'TrackDelay' => null, 'ReturnLocation' => -1, 'ReturnDelay' => null, - 'DefaultView' => 'Events', 'DefaultRate' => 100, 'DefaultScale' => 100, 'SignalCheckPoints' => 0,