1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-24 05:21:28 +00:00

set last_error on is_array(): syntax error fixed

This commit is contained in:
Andrew Dolgov
2006-03-19 14:25:06 +01:00
parent 9a7a7b4133
commit c808436c43

View File

@@ -306,7 +306,7 @@
if (!is_array($iterator)) {
db_query($link, "UPDATE ttrss_feeds
SET last_error = 'CrazyBug 001: Can't find iterator :('
SET last_error = 'CrazyBug 001: Can\'t find iterator :('
WHERE id = '$feed'");
return; // WTF?
}