1
0
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:
Andrew Dolgov
2017-05-24 23:43:43 +03:00
parent 9e381bc202
commit f025e8e46e
3 changed files with 242 additions and 129 deletions

View File

@@ -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);