Fix user->Controls to user->Control. Fixes broken js on monitor view

pull/3750/head
Isaac Connor 2023-08-08 10:10:49 -04:00
parent 25f175e98f
commit 11f84fcb4e
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ var hasOnvif = <?php echo ZM_HAS_ONVIF ?>;
var defaultAspectRatio = '<?php echo ZM_DEFAULT_ASPECT_RATIO ?>';
<?php
if (ZM_OPT_CONTROL and canView('Controls')) {
if (ZM_OPT_CONTROL and canView('Control')) {
?>
var controlOptions = new Object();
<?php