CC-3139: Undefined index errors in Live stream player after fresh install

Got SQL syntax mixed up with PHP...
This commit is contained in:
Yuchen Wang 2011-11-30 16:10:40 -05:00
parent 4d6c3fdbf4
commit 0193eec89e
1 changed files with 1 additions and 1 deletions

View File

@ -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();