CC-3655: Context menu for current show missing add/remove content and remove all content options.
-fixed
This commit is contained in:
parent
2fc591db2b
commit
e786514f27
@ -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()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user