CC-1665: Scheduled stream rebroadcasting and recording
-Show meaningful page after webstream is deleted
This commit is contained in:
parent
cba717dc4b
commit
179aa3d739
|
@ -54,6 +54,10 @@ class WebstreamController extends Zend_Controller_Action
|
||||||
|
|
||||||
$webstream = CcWebstreamQuery::create()->findPK($id)->delete();
|
$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()
|
public function saveAction()
|
||||||
|
|
Loading…
Reference in New Issue