CC-3603: Calendar->Once you update the rebroadcasted show it disappears
- fixed
This commit is contained in:
parent
a7fc31012f
commit
45fa1efc2d
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue