diff --git a/web/zm_html_view_watch.php b/web/zm_html_view_watch.php index ad28a34be..3cc778802 100644 --- a/web/zm_html_view_watch.php +++ b/web/zm_html_view_watch.php @@ -31,7 +31,7 @@ mysql_free_result( $result ); if ( !isset($control) ) { - $control = ($monitor['DefaultView'] == 'Control'); + $control = (canView( 'Control' ) && ($monitor['DefaultView'] == 'Control')); } if ( !isset($scale) )