CC-3603: Calendar->Once you update the rebroadcasted show it disappears
- fixed
This commit is contained in:
parent
a7fc31012f
commit
45fa1efc2d
|
@ -1265,11 +1265,9 @@ class Application_Model_Show {
|
||||||
|
|
||||||
Logging::log('$start time of non repeating record '.$start);
|
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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Creates a 1 or more than 1 show instances (user has stated this show repeats). If the show
|
* Creates a 1 or more than 1 show instances (user has stated this show repeats). If the show
|
||||||
|
|
Loading…
Reference in New Issue