diff --git a/airtime_mvc/application/services/PodcastService.php b/airtime_mvc/application/services/PodcastService.php index 1a57e6515..b9aecb389 100644 --- a/airtime_mvc/application/services/PodcastService.php +++ b/airtime_mvc/application/services/PodcastService.php @@ -66,7 +66,7 @@ class Application_Service_PodcastService */ public static function createFromFeedUrl($feedUrl) { - if (self::PodcastLimitReached()) { + if (self::PodcastLimitReached() && LIBRETIME_ENABLE_BILLING) { throw new PodcastLimitReachedException(); }