CC-3793: "Star time" check will block updating shows when error found in colour settings

-fixed
This commit is contained in:
denise 2012-05-28 17:19:34 -04:00
parent 19d5655779
commit c1976162cb
1 changed files with 1 additions and 0 deletions

View File

@ -744,6 +744,7 @@ class ScheduleController extends Zend_Controller_Action
$show = new Application_Model_Show($data['add_show_id']);
$validateStartDate = true;
$validateStartTime = true;
if (!array_key_exists('add_show_start_date', $data)){
//Changing the start date was disabled, since the
//array key does not exist. We need to repopulate this entry from the db.