We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43f2525 commit e6c5bdbCopy full SHA for e6c5bdb
web/includes/Monitor.php
@@ -1197,7 +1197,7 @@ class="monitorStream imageFeed"
1197
if ($options['mode'] == 'stream') {
1198
Info('The system has fallen back to single jpeg mode for streaming. Consider enabling Cambozola or upgrading the client browser.');
1199
}
1200
- Warning("Using deprecated single stream mode ${options['mode']}");
+ Warning("Using deprecated single stream mode {$options['mode']}");
1201
$options['mode'] = 'single';
1202
$streamSrc = $this->getStreamSrc($options);
1203
$html .= getImageStill('liveStream'.$this->Id(), $streamSrc,
0 commit comments