style(legacy): format files (#1946)
This commit is contained in:
parent
eb19283d96
commit
4d393fa14e
66 changed files with 775 additions and 565 deletions
|
@ -96,7 +96,7 @@ class Rest_PodcastEpisodesController extends Zend_Rest_Controller
|
|||
$resp = $this->getResponse();
|
||||
$resp->setHttpResponseCode(400);
|
||||
$resp->appendBody('ERROR: Episode ID should not be specified when using POST. POST is only used for '
|
||||
. 'importing podcast episodes, and an episode ID will be chosen by Airtime');
|
||||
. 'importing podcast episodes, and an episode ID will be chosen by Airtime');
|
||||
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue