CC-3697 : Only "Recording From Line In" can be added to the Rebroadcast show

This commit is contained in:
Naomi Aro 2012-04-25 17:09:40 +02:00
parent 7e0e631740
commit d2448b804f
1 changed files with 1 additions and 1 deletions

View File

@ -256,7 +256,7 @@ class Application_Model_ShowBuilder {
} }
if (intval($p_item["si_rebroadcast"]) === 1) { if (intval($p_item["si_rebroadcast"]) === 1) {
$row["record"] = true; $row["rebroadcast"] = true;
} }
if ($this->currentShow = true) { if ($this->currentShow = true) {