mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-01-25 21:37:11 +00:00
don't consider no articles situation as an error
This commit is contained in:
@@ -345,9 +345,9 @@
|
||||
if (!$iterator || !is_array($iterator)) $iterator = $rss;
|
||||
|
||||
if (!is_array($iterator)) {
|
||||
db_query($link, "UPDATE ttrss_feeds
|
||||
/* db_query($link, "UPDATE ttrss_feeds
|
||||
SET last_error = 'Parse error: can\'t find any articles.'
|
||||
WHERE id = '$feed'");
|
||||
WHERE id = '$feed'"); */
|
||||
return; // WTF?
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user