diff --git a/airtime_mvc/application/controllers/WebstreamController.php b/airtime_mvc/application/controllers/WebstreamController.php index 1a9f6e67c..d0b1ebf42 100644 --- a/airtime_mvc/application/controllers/WebstreamController.php +++ b/airtime_mvc/application/controllers/WebstreamController.php @@ -50,7 +50,7 @@ class WebstreamController extends Zend_Controller_Action //clear the session in case an old playlist was open: CC-4196 Application_Model_Library::changePlaylist(null, null); - $this->view->obj = new Application_Model_Webstream($webstream); + $this->view->obj = new Application_Model_Webstream($webstream->getDbId()); $this->view->action = "new"; $this->view->html = $this->view->render('webstream/webstream.phtml'); }