mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 13:35:56 +00:00
do automatic gzcdecode on feed data
This commit is contained in:
@@ -308,6 +308,8 @@
|
||||
_debug("update_rss_feed: fetch done.");
|
||||
}
|
||||
|
||||
$feed_data = gzdecode($feed_data);
|
||||
|
||||
}
|
||||
|
||||
if (!$feed_data) {
|
||||
|
||||
Reference in New Issue
Block a user