mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-01-24 22:47:10 +00:00
daemon extended debug: report when entry iterator is invalid
This commit is contained in:
@@ -517,6 +517,10 @@
|
||||
// clear any errors and mark feed as updated if fetched okay
|
||||
// even if it's blank
|
||||
|
||||
if (defined('DAEMON_EXTENDED_DEBUG')) {
|
||||
_debug("update_rss_feed: entry iterator is not an array, no articles?");
|
||||
}
|
||||
|
||||
db_query($link, "UPDATE ttrss_feeds
|
||||
SET last_updated = NOW(), last_error = '' WHERE id = '$feed'");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user