Removed old comments
This commit is contained in:
parent
4c03e12ea1
commit
660b1a0596
|
@ -182,15 +182,7 @@ class Application_Service_SchedulerService
|
||||||
*/
|
*/
|
||||||
public static function fillNewLinkedInstances($ccShow, $instanceIdsToFill)
|
public static function fillNewLinkedInstances($ccShow, $instanceIdsToFill)
|
||||||
{
|
{
|
||||||
/* In order to get the linked show's schedule we need to retrieve
|
//TODO can we remove the code until line 216 ??
|
||||||
* every instance of the show, even if they are in the past in case
|
|
||||||
* no new instances were generated past the 'shows_populated_until'
|
|
||||||
* date in cc_pref - CC-5898
|
|
||||||
*
|
|
||||||
* We retrieve the instances ids sorted by desc start date to ensure
|
|
||||||
* we always use the most up to date schedule when filling the new
|
|
||||||
* show instances with content
|
|
||||||
*/
|
|
||||||
|
|
||||||
$instanceIds = $ccShow->getInstanceIdsSortedByMostRecentStartTime();
|
$instanceIds = $ccShow->getInstanceIdsSortedByMostRecentStartTime();
|
||||||
if (count($instanceIds) == 0) {
|
if (count($instanceIds) == 0) {
|
||||||
|
|
Loading…
Reference in New Issue