CC-3541: Missing show title from "Show Content" pop-up
-fixed
This commit is contained in:
parent
16ebd2951f
commit
ef6c496ba3
2 changed files with 3 additions and 2 deletions
|
@ -429,6 +429,7 @@ class ScheduleController extends Zend_Controller_Action
|
|||
$this->view->percentFilled = $show->getPercentScheduled();
|
||||
$this->view->showContent = $show->getShowListContent();
|
||||
$this->view->dialog = $this->view->render('schedule/show-content-dialog.phtml');
|
||||
$this->view->showTitle = $show->getName();
|
||||
unset($this->view->showContent);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue