add ZM prefix to Warning
parent
66a8d3876d
commit
908c20e959
|
@ -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']);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue