CC-5186: Edit current playing show throws exception sometimes

This commit is contained in:
denise 2013-05-29 14:24:29 -04:00
parent d3355a527a
commit e2810606ab
1 changed files with 2 additions and 1 deletions

View File

@ -206,7 +206,8 @@ class Application_Service_SchedulerService
if (is_null($item["file_id"])) {
$item["file_id"] = "null";
} elseif (is_null($item["stream_id"])) {
}
if (is_null($item["stream_id"])) {
$item["stream_id"] = "null";
}