CC-5405: When editing a single show instance from a repeating series, should not create a new cc_show

Refactored cc_show_day->getLocalEndDateAndTime() function
This commit is contained in:
drigato 2013-12-04 14:17:19 -05:00
parent 463d286ac5
commit 7f8f084c98
2 changed files with 4 additions and 5 deletions

View file

@ -131,7 +131,7 @@ class Application_Service_ShowFormService
}
$showStart = $ccShowDay->getLocalStartDateAndTime();
$showEnd = $ccShowDay->getLocalEndDateAndTime($showStart);
$showEnd = $ccShowDay->getLocalEndDateAndTime();
//check if the first show is in the past
if ($ccShowDay->isShowStartInPast()) {