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:
parent
463d286ac5
commit
7f8f084c98
2 changed files with 4 additions and 5 deletions
|
@ -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()) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue