CC-1665: Scheduled stream rebroadcasting and recording

-clicking save now show's webstream save was successful
This commit is contained in:
Martin Konecny 2012-08-01 15:37:50 -04:00
parent e6a3877c1e
commit b9bb87f69d
4 changed files with 15 additions and 29 deletions

View file

@ -34,7 +34,8 @@ class WebstreamController extends Zend_Controller_Action
$request = $this->getRequest();
Application_Model_Webstream::save($request);
$this->view->statusMessage = "<div class='success'>Webstream saved.</div>";
$this->view->x = "hi";
}
}