From 45fa1efc2df1139aef35a0603c9fbc800b6188c3 Mon Sep 17 00:00:00 2001 From: James Date: Thu, 19 Apr 2012 12:56:15 -0400 Subject: [PATCH] CC-3603: Calendar->Once you update the rebroadcasted show it disappears - fixed --- airtime_mvc/application/models/Show.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/airtime_mvc/application/models/Show.php b/airtime_mvc/application/models/Show.php index 015c12bcc..cb9a446e6 100644 --- a/airtime_mvc/application/models/Show.php +++ b/airtime_mvc/application/models/Show.php @@ -1265,9 +1265,7 @@ class Application_Model_Show { Logging::log('$start time of non repeating record '.$start); - if ($newInstance){ - self::createRebroadcastInstances($rebroadcasts, $currentUtcTimestamp, $show_id, $show_instance_id, $start, $duration, $timezone); - } + self::createRebroadcastInstances($rebroadcasts, $currentUtcTimestamp, $show_id, $show_instance_id, $start, $duration, $timezone); } }