mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-15 11:45:56 +00:00
rssfuncs: show fetch done debug message in appropriate place
This commit is contained in:
@@ -258,6 +258,10 @@
|
||||
$feed_data = $plugin->hook_feed_fetched($feed_data);
|
||||
}
|
||||
|
||||
if ($debug_enabled) {
|
||||
_debug("update_rss_feed: fetch done, parsing...");
|
||||
}
|
||||
|
||||
$rss = new SimplePie();
|
||||
$rss->set_output_encoding('UTF-8');
|
||||
$rss->set_raw_data($feed_data);
|
||||
@@ -278,10 +282,6 @@
|
||||
|
||||
// print_r($rss);
|
||||
|
||||
if ($debug_enabled) {
|
||||
_debug("update_rss_feed: fetch done, parsing...");
|
||||
}
|
||||
|
||||
$feed = db_escape_string($feed);
|
||||
|
||||
if (!$rss->error()) {
|
||||
|
||||
Reference in New Issue
Block a user