summaryrefslogtreecommitdiff
path: root/classes/rssutils.php
diff options
context:
space:
mode:
Diffstat (limited to 'classes/rssutils.php')
-rw-r--r--classes/rssutils.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/rssutils.php b/classes/rssutils.php
index e6fe39592..6d49d6383 100644
--- a/classes/rssutils.php
+++ b/classes/rssutils.php
@@ -339,7 +339,7 @@ class RSSUtils {
$date_feed_processed = date('Y-m-d H:i');
- $cache_filename = CACHE_DIR . "/simplepie/" . sha1($fetch_url) . ".xml";
+ $cache_filename = CACHE_DIR . "/simplepie/" . sha1($fetch_url);
$pluginhost = new PluginHost();
$pluginhost->set_debug($debug_enabled);