summaryrefslogtreecommitdiff
path: root/functions.php
diff options
context:
space:
mode:
Diffstat (limited to 'functions.php')
-rw-r--r--functions.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/functions.php b/functions.php
index 6df61bd42..011dd5eb9 100644
--- a/functions.php
+++ b/functions.php
@@ -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'");