Merge branch 'saas-dev-publishing' into saas-dev-publishing-schema-change
Conflicts: airtime_mvc/application/models/airtime/Podcast.php
This commit is contained in:
commit
c166b4f00e
37 changed files with 540 additions and 277 deletions
|
@ -92,9 +92,6 @@ class Rest_PodcastController extends Zend_Rest_Controller
|
|||
$this->_helper->json->sendJson(array(
|
||||
"podcast"=>json_encode($podcast),
|
||||
"html"=>$this->view->render($path),
|
||||
"type"=>"podcast", // TODO: get rid of these extraneous fields
|
||||
"id"=>$podcast["id"]
|
||||
// "id"=>$podcast->getDbId()
|
||||
));
|
||||
}
|
||||
catch (PodcastLimitReachedException $e) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue