remove comment
This commit is contained in:
parent
2ede56c26d
commit
c1899f18af
2 changed files with 0 additions and 3 deletions
|
@ -41,8 +41,6 @@ class Podcast extends BasePodcast
|
||||||
$podcast->setDbType(IMPORTED_PODCAST);
|
$podcast->setDbType(IMPORTED_PODCAST);
|
||||||
$podcast->save();
|
$podcast->save();
|
||||||
|
|
||||||
//TODO: fetch podcast episodes and return with podcast object
|
|
||||||
|
|
||||||
return $podcast->toArray(BasePeer::TYPE_FIELDNAME);
|
return $podcast->toArray(BasePeer::TYPE_FIELDNAME);
|
||||||
} catch(Exception $e) {
|
} catch(Exception $e) {
|
||||||
$podcast->delete();
|
$podcast->delete();
|
||||||
|
|
|
@ -44,7 +44,6 @@ class Rest_PodcastController extends Zend_Rest_Controller
|
||||||
|
|
||||||
public function getAction()
|
public function getAction()
|
||||||
{
|
{
|
||||||
Logging::info("podcasts get");
|
|
||||||
$id = $this->getId();
|
$id = $this->getId();
|
||||||
if (!$id) {
|
if (!$id) {
|
||||||
return;
|
return;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue