mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-15 19:25:57 +00:00
test implementation for the most unnecessary thing ever: jsonfeed
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user