CC-1665: Scheduled stream rebroadcasting and recording

-Show meaningful page after webstream is deleted
This commit is contained in:
Martin Konecny 2012-08-21 10:50:18 -04:00
parent cba717dc4b
commit 179aa3d739
1 changed files with 4 additions and 0 deletions

View File

@ -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()