summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-04-18 09:15:55 +0400
committerAndrew Dolgov <[email protected]>2013-04-18 09:15:55 +0400
commitaea03558bb7c0ac0015a1f1e41c5f5eb1722132e (patch)
tree6afd886330001c061318f81142a2e282f908d2a2 /include
parent73663db316e5f64660cd64cca2233269c63d0661 (diff)
do automatic gzcdecode on feed data
Diffstat (limited to 'include')
-rw-r--r--include/rssfuncs.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/rssfuncs.php b/include/rssfuncs.php
index 537a4c338..d4b6e26ea 100644
--- a/include/rssfuncs.php
+++ b/include/rssfuncs.php
@@ -308,6 +308,8 @@
_debug("update_rss_feed: fetch done.");
}
+ $feed_data = gzdecode($feed_data);
+
}
if (!$feed_data) {