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