fix WebSite camera startup issue

This commit is contained in:
Andrew Bauer 2018-12-01 17:03:50 -06:00
parent cae6ffd5a3
commit e327ad100e
1 changed files with 1 additions and 1 deletions

View File

@ -617,7 +617,7 @@ if ( canEdit('Monitors') ) {
$new_monitor = new Monitor($mid);
//fixDevices();
if ( $monitor['Type'] != 'WebSite' ) {
if ( $new_monitor->Type() != 'WebSite' ) {
$new_monitor->zmcControl('start');
$new_monitor->zmaControl('start');
}