put quotes aroudn the string
This commit is contained in:
parent
e7ee464a17
commit
a2e228a5ca
|
@ -55,7 +55,7 @@ $replayModes = array(
|
||||||
if ( isset( $_REQUEST['streamMode'] ) )
|
if ( isset( $_REQUEST['streamMode'] ) )
|
||||||
$streamMode = validHtmlStr($_REQUEST['streamMode']);
|
$streamMode = validHtmlStr($_REQUEST['streamMode']);
|
||||||
else
|
else
|
||||||
$streamMode = video;
|
$streamMode = 'video';
|
||||||
|
|
||||||
if ( isset( $_REQUEST['replayMode'] ) )
|
if ( isset( $_REQUEST['replayMode'] ) )
|
||||||
$replayMode = validHtmlStr($_REQUEST['replayMode']);
|
$replayMode = validHtmlStr($_REQUEST['replayMode']);
|
||||||
|
|
Loading…
Reference in New Issue