cc-2263: unable to cancel recording show.

-almost final check-in. Everything looks good right now...
This commit is contained in:
martin 2011-05-17 16:42:52 -04:00
parent 167a55591b
commit a48f467de7
3 changed files with 42 additions and 13 deletions

View file

@ -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');