cc-2263: unable to cancel recording show.
-almost final check-in. Everything looks good right now...
This commit is contained in:
parent
167a55591b
commit
a48f467de7
3 changed files with 42 additions and 13 deletions
|
@ -238,7 +238,7 @@ class ScheduleController extends Zend_Controller_Action
|
|||
|
||||
if (strtotime($show->getShowStart()) <= strtotime($today_timestamp) &&
|
||||
strtotime($today_timestamp) < strtotime($show->getShowEnd()) &&
|
||||
$user->isAdmin() && !$show->isRecorded()) {
|
||||
$user->isAdmin()) {
|
||||
$menu[] = array('action' => array('type' => 'fn',
|
||||
'callback' => "window['confirmCancelShow']($id)"),
|
||||
'title' => 'Cancel Current Show');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue