mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-22 23:31:29 +00:00
change crazybug 001 error message
This commit is contained in:
@@ -333,7 +333,7 @@
|
||||
|
||||
if (!is_array($iterator)) {
|
||||
db_query($link, "UPDATE ttrss_feeds
|
||||
SET last_error = 'CrazyBug 001: Can\'t find iterator :('
|
||||
SET last_error = 'Parse error: can\'t find any articles.'
|
||||
WHERE id = '$feed'");
|
||||
return; // WTF?
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user