CC-5036: Add back edit show instance functionality

This commit is contained in:
denise 2013-04-01 14:42:35 -04:00
parent 1eba09fc4c
commit ab10ae68a2
3 changed files with 105 additions and 29 deletions

View file

@ -1666,7 +1666,7 @@ SQL;
if (is_null($showsPopUntil) || $showsPopUntil->getTimestamp() < $end_timestamp->getTimestamp()) {
//Application_Model_Show::populateAllShowsInRange($showsPopUntil, $end_timestamp);
$service_show = new Application_Service_ShowService();
$service_show->delegateInstanceCreation(null, false, $end_timestamp);
$service_show->delegateInstanceCreation(null, false, null, $end_timestamp);
Application_Model_Preference::SetShowsPopulatedUntil($end_timestamp);
}