diff --git a/airtime_mvc/application/services/SchedulerService.php b/airtime_mvc/application/services/SchedulerService.php index 4d9116c34..1bbfbb471 100644 --- a/airtime_mvc/application/services/SchedulerService.php +++ b/airtime_mvc/application/services/SchedulerService.php @@ -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"; }