From e786514f270df129caec86648f6d1ba7c1bcf87f Mon Sep 17 00:00:00 2001 From: denise Date: Mon, 16 Apr 2012 17:31:16 -0400 Subject: [PATCH] CC-3655: Context menu for current show missing add/remove content and remove all content options. -fixed --- airtime_mvc/application/controllers/ScheduleController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/airtime_mvc/application/controllers/ScheduleController.php b/airtime_mvc/application/controllers/ScheduleController.php index 1aa9de8d0..58938f654 100644 --- a/airtime_mvc/application/controllers/ScheduleController.php +++ b/airtime_mvc/application/controllers/ScheduleController.php @@ -227,7 +227,7 @@ class ScheduleController extends Zend_Controller_Action $showStartLocalDT = Application_Common_DateHelper::ConvertToLocalDateTime($instance->getShowInstanceStart()); $showEndLocalDT = Application_Common_DateHelper::ConvertToLocalDateTime($instance->getShowInstanceEnd()); - if ($epochNow < $showStartLocalDT->getTimestamp()) { + if ($epochNow < $showEndLocalDT->getTimestamp()) { if ( ($isAdminOrPM || $isDJ) && !$instance->isRecorded()