From c1976162cb34bc206649d5ebafd8645370cbb39e Mon Sep 17 00:00:00 2001 From: denise Date: Mon, 28 May 2012 17:19:34 -0400 Subject: [PATCH] CC-3793: "Star time" check will block updating shows when error found in colour settings -fixed --- airtime_mvc/application/controllers/ScheduleController.php | 1 + 1 file changed, 1 insertion(+) diff --git a/airtime_mvc/application/controllers/ScheduleController.php b/airtime_mvc/application/controllers/ScheduleController.php index 755cbc7f3..a0429bf17 100644 --- a/airtime_mvc/application/controllers/ScheduleController.php +++ b/airtime_mvc/application/controllers/ScheduleController.php @@ -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.