This commit is contained in:
drigato 2015-09-29 13:04:22 -04:00
parent 43e9fb59ce
commit b00ac6750c
32 changed files with 10218 additions and 358 deletions

View file

@ -81,7 +81,7 @@ class Rest_PodcastController extends Zend_Rest_Controller
}
try {
// $requestData = json_decode($this->getRequest()->getRawBody(), true);
//$requestData = json_decode($this->getRequest()->getRawBody(), true);
$requestData = $this->getRequest()->getPost();
$podcast = Podcast::create($requestData);