Merge branch 'saas-dev-publishing' into saas-dev-publishing-episode-view

This commit is contained in:
Duncan Sommerville 2015-11-06 09:44:29 -05:00
commit 7072762dd9
3 changed files with 38 additions and 8 deletions

View file

@ -60,6 +60,10 @@ class IndexController extends Zend_Controller_Action
$this->view->episodes = json_encode($episodes);
$this->view->displayRssTab = (!Application_Model_Preference::getStationPodcastPrivacy());
$stationPodcast = PodcastQuery::create()->findOneByDbId($stationPodcastId);
$url = $stationPodcast->getDbUrl();
$this->view->stationPodcastRssUrl = $url;
}
public function mainAction()