CC-3114: Show Content Dialog doesn't display total time
Somehow this file didn't get committed...
This commit is contained in:
parent
722306928b
commit
1044881666
|
@ -443,7 +443,10 @@ class ScheduleController extends Zend_Controller_Action
|
|||
"Rebroadcast of show \"$originalShowName\" from "
|
||||
.$originalDateTime->format("l, F jS")." at ".$originalDateTime->format("G:i");
|
||||
}
|
||||
$this->view->showContent = $show->getShowListContent();
|
||||
$this->view->showLength = $show->getShowLength();
|
||||
$this->view->timeFilled = $show->getTimeScheduled();
|
||||
$this->view->percentFilled = $show->getPercentScheduled();
|
||||
$this->view->showContent = $show->getShowListContent();
|
||||
$this->view->dialog = $this->view->render('schedule/show-content-dialog.phtml');
|
||||
unset($this->view->showContent);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue