CC-3139: Undefined index errors in Live stream player after fresh install
Got SQL syntax mixed up with PHP...
This commit is contained in:
parent
4d6c3fdbf4
commit
0193eec89e
|
@ -8,7 +8,7 @@ class Application_Model_StreamSetting {
|
|||
$sql = "SELECT * "
|
||||
."FROM cc_stream_setting "
|
||||
."WHERE keyname LIKE '%_enable' "
|
||||
."AND value == true";
|
||||
."AND value='true'";
|
||||
|
||||
$rows = $CC_DBC->getAll($sql);
|
||||
$ids = array();
|
||||
|
|
Loading…
Reference in New Issue