* SAAS-1182 - added sanity checks and additional logic to rss import and episode generation

* SAAS-1184 - started work on podcast UI polishing
* Fixed pull request issues
This commit is contained in:
Duncan Sommerville 2015-11-09 18:17:49 -05:00
parent 1bc0f9e54b
commit 0360b5e460
8 changed files with 59 additions and 32 deletions

View file

@ -310,7 +310,7 @@ class StationPodcastTask implements AirtimeTask {
class TaskFactory {
/**
* PHP doesn't have ENUMs so declare them as interface constants
* PHP doesn't have ENUMs so declare them as constants
* Task types - values don't really matter as long as they're unique
*/