summaryrefslogtreecommitdiff
path: root/classes/rssutils.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2017-05-24 23:43:43 +0300
committerAndrew Dolgov <[email protected]>2017-05-24 23:43:43 +0300
commitf025e8e46e34221efc19e9b5ed1a53f7f0ec2b49 (patch)
treedaa4e8b2138627f163b9f79622b3ceed9f2ecec6 /classes/rssutils.php
parent9e381bc2021dc427f62c463dac9cf7a82a66616f (diff)
test implementation for the most unnecessary thing ever: jsonfeed
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);