Merge branch '2.3.x' into 2.3.x-saas
Conflicts: airtime_mvc/application/controllers/PreferenceController.php
This commit is contained in:
commit
c398ce930b
17 changed files with 190 additions and 117 deletions
|
@ -479,7 +479,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();
|
||||
$this->view->showTitle = htmlspecialchars($show->getName());
|
||||
unset($this->view->showContent);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue