CC-1665: Scheduled stream rebroadcasting and recording
-Show meaningful page after webstream is deleted
This commit is contained in:
parent
cba717dc4b
commit
179aa3d739
1 changed files with 4 additions and 0 deletions
|
@ -54,6 +54,10 @@ class WebstreamController extends Zend_Controller_Action
|
|||
|
||||
$webstream = CcWebstreamQuery::create()->findPK($id)->delete();
|
||||
|
||||
$this->view->ws = null;
|
||||
$this->view->action = "delete";
|
||||
$this->view->html = $this->view->render('webstream/webstream.phtml');
|
||||
|
||||
}
|
||||
|
||||
public function saveAction()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue