SAAS-863: Streams not disabled properly in Liquidsoap config when downgrading
This commit is contained in:
parent
f4ff00355d
commit
5b6f4ca12a
2 changed files with 15 additions and 1 deletions
|
@ -279,7 +279,7 @@ class Application_Model_StreamSetting
|
|||
$sql = "UPDATE cc_stream_setting SET value=:v WHERE keyname=:keyname";
|
||||
$map = array(":v" => $v, ":keyname"=>$keyname);
|
||||
|
||||
$res = Application_Common_Database::prepareAndExecute($sql, $map,
|
||||
$res = Application_Common_Database::prepareAndExecute($sql, $map,
|
||||
Application_Common_Database::EXECUTE);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue