add ZM prefix to Warning

pull/3065/head
Isaac Connor 2020-10-13 08:42:22 -04:00
parent 66a8d3876d
commit 908c20e959
1 changed files with 1 additions and 1 deletions

View File

@ -2093,7 +2093,7 @@ function getStreamHTML($monitor, $options = array()) {
if ( $scale < $options['scale'] )
$options['scale'] = $scale;
} else {
Warning('Invalid value for width: '.$options['width']);
ZM\Warning('Invalid value for width: '.$options['width']);
}
}
}