CC-3864: Calendar -> Edit show: Can edit the start time of current playing show

- fixed
This commit is contained in:
James 2012-06-06 18:23:27 -04:00
parent ec6ff4c9e6
commit 2bf6408d90
3 changed files with 13 additions and 5 deletions

View file

@ -760,7 +760,8 @@ class ScheduleController extends Zend_Controller_Action
}
$data['add_show_record'] = $show->isRecorded();
$success = Application_Model_Schedule::addUpdateShow($data, $this, $validateStartDate);
$origianlShowStartDateTime = Application_Common_DateHelper::ConvertToLocalDateTime($show->getStartDateAndTime());
$success = Application_Model_Schedule::addUpdateShow($data, $this, $validateStartDate, $origianlShowStartDateTime);
if ($success){
$this->view->addNewShow = true;