diff --git a/airtime_mvc/application/services/ShowService.php b/airtime_mvc/application/services/ShowService.php index 3b129599d..b4c31a676 100644 --- a/airtime_mvc/application/services/ShowService.php +++ b/airtime_mvc/application/services/ShowService.php @@ -189,9 +189,11 @@ class Application_Service_ShowService $daysAdded = array(); if ($this->isUpdate) { - $daysAdded = $this->delegateInstanceCleanup($showData); + if (!$this->ccShow->getCcShowDayss()->isEmpty()) { + $this->storeOrigLocalShowInfo(); + } - $this->storeOrigLocalShowInfo(); + $daysAdded = $this->delegateInstanceCleanup($showData); $this->deleteRebroadcastInstances();