* Wrap station podcast feed contents on radio page in displayRssTab check
* Test fix for automatic ingest bug * Move disable layout code in feeds controller to avoid error case
This commit is contained in:
parent
09efacf4d5
commit
cc9f1ea6d0
4 changed files with 12 additions and 5 deletions
|
@ -46,6 +46,7 @@ class IndexController extends Zend_Controller_Action
|
|||
$episodes = $podcastEpisodesService->getPodcastEpisodes($stationPodcastId);
|
||||
$this->view->episodes = json_encode($episodes);
|
||||
|
||||
$this->view->displayRssTab = (!Application_Model_Preference::getStationPodcastPrivacy());
|
||||
}
|
||||
|
||||
public function mainAction()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue