summaryrefslogtreecommitdiff
path: root/classes/rssutils.php
diff options
context:
space:
mode:
Diffstat (limited to 'classes/rssutils.php')
-rwxr-xr-xclasses/rssutils.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/rssutils.php b/classes/rssutils.php
index ea57e6466..28bdda78b 100755
--- a/classes/rssutils.php
+++ b/classes/rssutils.php
@@ -1612,7 +1612,7 @@ class RSSUtils {
}
}
- private static function is_gzipped($feed_data) {
+ static function is_gzipped($feed_data) {
return mb_strpos($feed_data, "\x1f" . "\x8b" . "\x08", 0, "US-ASCII") === 0;
}