CC-4473: On Air button greys out when one out of two same Webstreams is cancelled

-fixed
This commit is contained in:
Martin Konecny 2012-09-18 15:23:26 -04:00
parent 09bc686d99
commit 4c58c4c9a9
4 changed files with 5 additions and 2 deletions

View file

@ -696,6 +696,7 @@ SQL;
'start' => $start,
'end' => $end,
'show_name' => $item["show_name"],
'row_id' => $item["id"],
'independent_event' => true
);
self::appendScheduleItem($data, $start, $schedule_item);