Disable simplepie caching
This commit is contained in:
parent
727abac0b8
commit
4de42ada6e
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ class Application_Service_PodcastService extends Application_Service_ThirdPartyC
|
|||
try {
|
||||
$feed = new SimplePie();
|
||||
$feed->set_feed_url($podcastUrl);
|
||||
$feed->set_cache_location($_SERVER['DOCUMENT_ROOT'] . '/rss/cache_files');
|
||||
$feed->enable_cache(false);
|
||||
$feed->init();
|
||||
return $feed;
|
||||
} catch (FeedException $e) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue